13 lines
282 B
YAML
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
|