docker-compose.yml aktualisiert

This commit is contained in:
Daniel Nagel 2025-12-02 15:44:14 +01:00
parent 3759f9cbdc
commit ffb1a38341

View File

@ -1,8 +1,11 @@
version: "3.8"
services: services:
leaflet_map: leaflet_map:
image: caddy:alpine build:
context: .
dockerfile: Dockerfile
container_name: leaflet_map
restart: unless-stopped restart: unless-stopped
ports: ports:
- "2001:80" - "2001:80"
volumes:
- /srv/arenos-map:/usr/share/caddy:ro