Skip to content

Commit 0e1dc86

Browse files
feat: nginx.conf
1 parent ede7836 commit 0e1dc86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
- "80:80"
77
- "443:443"
88
volumes:
9-
- ./nginx.conf:/etc/nginx/nginx.conf
9+
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
1010
- /etc/letsencrypt:/etc/letsencrypt:ro
1111
- /var/www/certbot:/var/www/certbot:ro
1212
depends_on:

0 commit comments

Comments
 (0)