Skip to content

Commit

Permalink
chore: 도커 컴포즈 nginx ssl 디렉토리 바인드 마운트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hseong3243 committed Jan 17, 2024
1 parent 6a38c8f commit b885996
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ services:
image: nginx
ports:
- "80:80"
- "443:443"
networks:
- shoutlink
environment:
TZ: "Asia/Seoul"
volumes:
- ./data/nginx:/etc/nginx/conf.d
- ./data/nginx/logs:/etc/nginx/logs
- /home/ubuntu/data/ssl/etc/letsencrypt:/etc/letsencrypt

shoutlink:
image: hseong3243/shoutlink
Expand All @@ -26,4 +28,4 @@ services:
- ./data/logs:/logs

networks:
shoutlink:
shoutlink:

0 comments on commit b885996

Please sign in to comment.