chore: Update Traefik configuration to use port 3080 instead of 8080

This commit is contained in:
2024-05-18 17:58:10 +08:00
parent 23f0941847
commit 83f795bdfb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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: