Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crab85193 committed Dec 20, 2023
1 parent 4ba3e2a commit 218aa95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
volumes:
- ./static:/static
ports:
- 80:80
- 8000:80
ssl-web:
container_name: ssl-web
build:
Expand All @@ -32,7 +32,7 @@ services:
- 80:80
- 443:443
environment:
DOMAINS: 'tely-store.st.ie.u-ryukyu.ac.jp -> http://image-web:80'
DOMAINS: 'tely-store.st.ie.u-ryukyu.ac.jp -> http://image-web:8000'
STAGE: 'production'
#FORCE_RENEW: 'true'
volumes:
Expand Down

0 comments on commit 218aa95

Please sign in to comment.