Skip to content

Commit 272d262

Browse files
committed
Chore: 오타수정
1 parent 588788c commit 272d262

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/docker-compose.stg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ services:
7373
container_name: docsa-nginx-stg
7474
restart: unless-stopped
7575
volumes:
76-
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
76+
- ./nginx/nginx.stg.conf:/etc/nginx/nginx.conf:ro
7777
- ./certbot/etc:/etc/letsencrypt:ro
7878
- ./certbot/www:/var/www/certbot:ro
7979
ports:

infra/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ services:
7272
container_name: docsa-nginx
7373
restart: unless-stopped
7474
volumes:
75-
- ./nginx/nginx.stg.conf:/etc/nginx/nginx.conf:ro
75+
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
7676
- ./certbot/etc:/etc/letsencrypt:ro
7777
- ./certbot/www:/var/www/certbot:ro
7878
ports:

0 commit comments

Comments
 (0)