Skip to content
Permalink
b299cdf784
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
17 lines (16 sloc) 390 Bytes
version: "2"
services:
midpoint:
image: midpoint-poc-midpoint
mem_limit: 4g
container_name: midpoint-poc-midpoint
ports:
- 8081:8080
#volumes:
# - .:/shared_midpoint
mysql:
image: midpoint-poc-mysql
#image: mysql:latest
container_name: midpoint-poc-mysql
ports:
- 3306:3306