Skip to content

Commit

Permalink
Fix HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-M22 committed Apr 22, 2024
1 parent 12f6755 commit d29e545
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ services:
restart: unless-stopped
ports:
- 80:80
- 443:443
volumes:
- nginx-certs:/etc/nginx/certs
- nginx-vhost:/etc/nginx/vhost.d
- nginx-html:/usr/share/nginx/html
- /var/run/docker.sock:/tmp/docker.sock:ro
networks:
- nginx-proxy
Expand All @@ -34,10 +38,12 @@ services:
- nginx-proxy
volumes:
- nginx-certs:/etc/nginx/certs
- nginx-vhost.d:/etc/nginx/vhost.d
- nginx-vhost:/etc/nginx/vhost.d
- nginx-html:/usr/share/nginx/html
- /etc/acme.sh
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
- nginx-proxy
environment:
DEFAULT_EMAIL: [email protected]

Expand All @@ -56,7 +62,7 @@ services:

volumes:
nginx-certs:
nginx-vhost.d:
nginx-vhost:
nginx-html:
db-data:

Expand Down

0 comments on commit d29e545

Please sign in to comment.