Change RackPeek port to 8081 (8080 used by qbittorrent)

This commit is contained in:
2026-02-14 02:47:36 +00:00
parent 68f97de1ea
commit a712132eef
+2 -2
View File
@@ -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