Skip to content

Commit

Permalink
test : Dockerfile, docker-compose.yml 수정 후 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
LHS-11 committed Feb 19, 2024
1 parent c298e56 commit d9a121f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/nginx/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM nginx:1.21.4
#COPY ./nginx.conf /etc/nginx/conf.d/nginx.conf
COPY ./nginx.conf /etc/nginx/nginx.conf

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- "443:443" # Add port for HTTPS
volumes:
- ./config/nginx/dev/nginx.conf:/etc/nginx/nginx.conf
- /etc/letsencrypt:/etc/letsencrypt:ro # Share SSL certification
# - /etc/letsencrypt:/etc/letsencrypt:ro # Share SSL certification
restart: always

# fastapi:
Expand Down

0 comments on commit d9a121f

Please sign in to comment.