1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/tile38/docker-compose.yml

10 lines
153 B
YAML
Raw Normal View History

2021-09-03 03:51:59 +00:00
version: "3.8"
services:
tile38:
image: tile38/tile38
ports:
- "9851:9851"
volumes:
- ./data:/data
restart: unless-stopped