Update compose - self-contained folder

This commit is contained in:
2026-06-08 19:39:36 +02:00
parent 481b16738a
commit dcdb7a94e2
+7 -1
View File
@@ -4,6 +4,12 @@ services:
container_name: mael-landing
restart: unless-stopped
volumes:
- /home/mads/domain:/usr/share/nginx/html:ro
- ./:/usr/share/nginx/html:ro
ports:
- "8090:80"
networks:
- proxy
networks:
proxy:
external: true