We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede7836 commit 0e1dc86Copy full SHA for 0e1dc86
docker/docker-compose.prod.yml
@@ -6,7 +6,7 @@ services:
6
- "80:80"
7
- "443:443"
8
volumes:
9
- - ./nginx.conf:/etc/nginx/nginx.conf
+ - ./nginx/nginx.conf:/etc/nginx/nginx.conf
10
- /etc/letsencrypt:/etc/letsencrypt:ro
11
- /var/www/certbot:/var/www/certbot:ro
12
depends_on:
0 commit comments