changed to full path

This commit is contained in:
2026-01-10 20:34:03 +00:00
parent 10d2d5d68e
commit 22a6d6156c

View File

@@ -4,7 +4,7 @@ services:
image: nginx:latest image: nginx:latest
container_name: website container_name: website
volumes: volumes:
- ./content:/usr/share/nginx/html:ro - /opt/containers/website/content:/usr/share/nginx/html:ro
networks: networks:
- newt - newt
restart: unless-stopped restart: unless-stopped