更新 docker-compose.yaml
This commit is contained in:
parent
0845b7a3c3
commit
8cbb0b4258
@ -1,6 +1,6 @@
|
||||
services:
|
||||
reverse-proxy:
|
||||
image: traefik
|
||||
image: traefik:3.1
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "30080:80"
|
||||
@ -24,7 +24,7 @@ services:
|
||||
- traefik
|
||||
|
||||
traefik-forward-auth:
|
||||
image: thomseddon/traefik-forward-auth:2
|
||||
image: ghcr.io/stefanschoof/traefik-forward-auth:latest
|
||||
env_file: .auth.env
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user