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 588788c commit 272d262Copy full SHA for 272d262
infra/docker-compose.stg.yml
@@ -73,7 +73,7 @@ services:
73
container_name: docsa-nginx-stg
74
restart: unless-stopped
75
volumes:
76
- - ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
+ - ./nginx/nginx.stg.conf:/etc/nginx/nginx.conf:ro
77
- ./certbot/etc:/etc/letsencrypt:ro
78
- ./certbot/www:/var/www/certbot:ro
79
ports:
infra/docker-compose.yml
@@ -72,7 +72,7 @@ services:
72
container_name: docsa-nginx
- - ./nginx/nginx.stg.conf:/etc/nginx/nginx.conf:ro
+ - ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
0 commit comments