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