Skip to content

Commit

Permalink
Update docker-compose.yml for nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
allen87295 committed Apr 22, 2024
1 parent a3e9b4e commit ff4e221
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions LegendsOfTheThreeKingdoms/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ services:
- 8080:8080
volumes:
- ./:/app
nginx-proxy-manager:
image: 'jc21/nginx-proxy-manager:2.9.19'
restart: unless-stopped
ports:
- '80:80' # Public HTTP Port
- '443:443' # Public HTTPS Port
- '81:81' # Admin Web Port
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt

0 comments on commit ff4e221

Please sign in to comment.