mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-08-31 03:01:30 +02:00
Update traefik
This commit is contained in:
@@ -87,7 +87,7 @@ services:
|
||||
- SYS_MODULE
|
||||
|
||||
traefik:
|
||||
image: docker.io/traefik:v3.5
|
||||
image: docker.io/traefik:v3.7
|
||||
container_name: traefik
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
|
||||
@@ -107,7 +107,7 @@ In the Pangolin dashboard, `default` uses Pangolin's configured `traefik.cert_re
|
||||
|
||||
```yaml title="docker-compose.yml" highlight={11-12}
|
||||
traefik:
|
||||
image: docker.io/traefik:v3.6
|
||||
image: docker.io/traefik:v3.7
|
||||
container_name: traefik
|
||||
restart: unless-stopped
|
||||
network_mode: service:gerbil
|
||||
|
||||
@@ -30,7 +30,7 @@ By default it's using a file path which makes adding more file like stuff annoyi
|
||||
|
||||
```yaml
|
||||
traefik:
|
||||
image: traefik:v3
|
||||
image: traefik:v3.7
|
||||
container_name: traefik
|
||||
network_mode: service:gerbil
|
||||
restart: always
|
||||
|
||||
@@ -44,15 +44,15 @@ sudo docker compose down
|
||||
```yaml title="docker-compose.yml"
|
||||
services:
|
||||
pangolin:
|
||||
image: fosrl/pangolin:1.7.3 # Update to latest version
|
||||
image: fosrl/pangolin:1.16.0 # Update to latest version
|
||||
# ... rest of config
|
||||
|
||||
gerbil:
|
||||
image: fosrl/gerbil:1.2.1 # Update to latest version
|
||||
image: fosrl/gerbil:1.5.0 # Update to latest version
|
||||
# ... rest of config
|
||||
|
||||
traefik:
|
||||
image: traefik:v3.4.0 # Update if needed
|
||||
image: traefik:v3.7 # Update if needed
|
||||
# ... rest of config
|
||||
```
|
||||
|
||||
|
||||
@@ -104,7 +104,7 @@ services:
|
||||
- 80:80
|
||||
|
||||
traefik:
|
||||
image: docker.io/traefik:v3.6
|
||||
image: docker.io/traefik:v3.7
|
||||
container_name: traefik
|
||||
restart: unless-stopped
|
||||
network_mode: service:gerbil
|
||||
|
||||
@@ -155,7 +155,7 @@ services:
|
||||
- 80:80
|
||||
|
||||
traefik:
|
||||
image: traefik:v3.4.0
|
||||
image: traefik:v3.7
|
||||
container_name: traefik
|
||||
restart: unless-stopped
|
||||
network_mode: service:gerbil # Ports appear on the gerbil service
|
||||
|
||||
Reference in New Issue
Block a user