Update docker-compose.yml

This commit is contained in:
Daniel Nagel 2025-08-30 14:19:32 +02:00
parent 73897f889e
commit 9125f69ada

View File

@ -3,9 +3,6 @@ services:
image: caddy:alpine
restart: unless-stopped
ports:
- "2000:80"
- "2001:80"
volumes:
- ./index.html:/srv/index.html:ro
- ./markers.js:/srv/markers.js:ro
- ./tiles:/srv/tiles:ro
- ./caddy:/etc/caddy:ro