Skip to content

Commit c1f29c9

Browse files
committed
Fix: docker-compose.stg.yml nginx 포트 변경
1 parent 6737ea7 commit c1f29c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/docker-compose.stg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ services:
7777
- ./certbot/etc:/etc/letsencrypt:ro
7878
- ./certbot/www:/var/www/certbot:ro
7979
ports:
80-
- "80:80"
81-
- "443:443"
80+
- "8080:80"
81+
- "8443:443"
8282
depends_on:
8383
app:
8484
condition: service_started

0 commit comments

Comments
 (0)