Change RackPeek port to 8081 (8080 used by qbittorrent)
This commit is contained in:
@@ -3,12 +3,12 @@ services:
|
||||
container_name: rackpeek
|
||||
image: aptacode/rackpeek:latest
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "8081:8080"
|
||||
volumes:
|
||||
- /srv/rackpeek-config:/app/config
|
||||
environment:
|
||||
- VIRTUAL_HOST=rackpeek.kolpacksoftware.com
|
||||
- VIRTUAL_PORT=8080
|
||||
- VIRTUAL_PORT=8081
|
||||
- LETSENCRYPT_HOST=rackpeek.kolpacksoftware.com
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
Reference in New Issue
Block a user