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