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 dd39b2e commit 49ce435
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'

services:
nginx:
profile-nginx:
container_name: profile-nginx
build:
context: .
Expand All @@ -14,8 +14,8 @@ services:
environment:
NODE_ENV: production
ports:
- 80:80
- 443:443
- 8082:80
- 4432: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 49ce435

Please sign in to comment.