feat (infra): give nginx container access to /var/www/ to serve static sites

This commit is contained in:
Thomas Bishop 2025-07-10 16:28:26 +01:00
parent 44a1bc9e4a
commit 8c380b7173

View file

@ -8,6 +8,7 @@ services:
volumes:
- ./conf.d:/etc/nginx/conf.d
- /etc/letsencrypt:/etc/letsencrypt:ro
- /var/www/systemsobscure.blog:/var/www/systemsobscure.blog:ro
restart: unless-stopped
networks:
- web