feat (infra): give nginx container access to /var/www/ to serve static sites
This commit is contained in:
parent
44a1bc9e4a
commit
8c380b7173
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./conf.d:/etc/nginx/conf.d
|
- ./conf.d:/etc/nginx/conf.d
|
||||||
- /etc/letsencrypt:/etc/letsencrypt:ro
|
- /etc/letsencrypt:/etc/letsencrypt:ro
|
||||||
|
- /var/www/systemsobscure.blog:/var/www/systemsobscure.blog:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
|
|
Loading…
Add table
Reference in a new issue