central/build/docker-compose.yml
crusader f08204e00e ing
2018-06-14 16:09:53 +09:00

13 lines
282 B
YAML

version: "3"
services:
central:
image: docker.loafle.net/overflow/central:1.0.0-SNAPSHOT
container_name: central
hostname: central
restart: always
volumes:
- /service/overflow/data/central/var/central/logs:/var/central/logs
ports:
- 9111:9111