Skip to content

Commit

Permalink
Adds nginx proxy manager
Browse files Browse the repository at this point in the history
  • Loading branch information
msoledade committed Mar 15, 2024
1 parent ddb68e9 commit 3b862d5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ services:
- POSTGRES_DB=evokegen

nginx-proxy-manager:
image: jlesage/nginx-proxy-manager:latest
image: "jc21/nginx-proxy-manager:2.9.22"
restart: unless-stopped
ports:
- 80:80
- 81:81
- 443:443
- 444:444
- "80:80"
- "81:81"
- "443:443"
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
- ./nginx-proxy-manager:/config
networks:
- web

0 comments on commit 3b862d5

Please sign in to comment.