diff --git a/docker-compose.yml b/docker-compose.yml index e7a1c71..3763447 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 +