Skip to content

Commit

Permalink
resolve docker compose regression
Browse files Browse the repository at this point in the history
This commit resovles the issue described in:
<docker/compose#11371>
  • Loading branch information
zsarge committed Jan 20, 2024
1 parent ebc6ffa commit c76d37a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions services/CTFd/docker-compose.https.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ services:
- /etc/letsencrypt/cybersword/fullchain.pem:/certificates/fullchain.pem:ro
- /etc/letsencrypt/cybersword/privkey.pem:/certificates/privkey.pem:ro
ports:
- 80:80
- 443:443
# - 80:80
- 443:443
2 changes: 1 addition & 1 deletion services/CTFd/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ services:
- ../locations.conf:/etc/nginx/locations.conf
- ../upstreams.conf:/etc/nginx/upstreams.conf
ports:
- 80:80
# - 80:80

0 comments on commit c76d37a

Please sign in to comment.