1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-01 03:01:29 +00:00
dockerfiles/tile38/arm/docker-compose.yml

10 lines
157 B
YAML
Raw Normal View History

2021-09-10 09:09:09 +00:00
version: "3.8"
services:
tile38:
image: easypi/tile38-arm
ports:
- "9851:9851"
volumes:
- ./data:/data
restart: unless-stopped