1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
dockerfiles/tile38/arm/docker-compose.yml
2021-09-10 17:09:09 +08:00

10 lines
157 B
YAML

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