Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
soltanireza65 committed Aug 30, 2023
1 parent 2421356 commit e064d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ services:
environment:
NODE_ENV: production
ports:
- 8082:80
- 4432:443
- 80:80
- 443:443
command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"
certbot:
image: certbot/certbot
Expand Down

0 comments on commit e064d4e

Please sign in to comment.