1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:15 +02:00
dockerfiles/tile38/docker-compose.yml
2021-09-03 11:51:59 +08:00

10 lines
153 B
YAML

version: "3.8"
services:
tile38:
image: tile38/tile38
ports:
- "9851:9851"
volumes:
- ./data:/data
restart: unless-stopped