mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-20 23:21:07 +00:00
chore: Update Traefik configuration to use port 3080 instead of 8080
This commit is contained in:
@@ -497,7 +497,7 @@ http:
|
|||||||
redlib_app:
|
redlib_app:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: http://redlib:8080
|
- url: http://redlib:3080
|
||||||
thelounge_app:
|
thelounge_app:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
|
|||||||
+1
-1
@@ -266,7 +266,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: redlib
|
container_name: redlib
|
||||||
expose:
|
expose:
|
||||||
- 8080 # Specify `127.0.0.1:8080:8080` instead if using a reverse proxy
|
- 3080 # Specify `127.0.0.1:8080:8080` instead if using a reverse proxy
|
||||||
user: nobody
|
user: nobody
|
||||||
read_only: true
|
read_only: true
|
||||||
security_opt:
|
security_opt:
|
||||||
|
|||||||
Reference in New Issue
Block a user