Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b047d8b04 |
@@ -20,7 +20,7 @@ services:
|
||||
|
||||
traefik:
|
||||
container_name: traefik
|
||||
image: ghcr.io/traefik/traefik:v3.6.14
|
||||
image: ghcr.io/traefik/traefik:v3.7.1
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
pangolin:
|
||||
|
||||
@@ -36,7 +36,7 @@ services:
|
||||
|
||||
traefik:
|
||||
container_name: traefik
|
||||
image: ghcr.io/traefik/traefik:v3.6.14
|
||||
image: ghcr.io/traefik/traefik:v3.7.1
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
pangolin:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
portainer:
|
||||
container_name: portainer
|
||||
image: docker.io/portainer/portainer-ee:alpine@sha256:11814a54b67be1f8115e30b501543db06a63abd4f337728474df4a4993cbacde
|
||||
image: docker.io/portainer/portainer-ee:alpine@sha256:892d1e5458f17f87735390b8049e1dc535c3fdba120f2a66e4411e099cff1550
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data:/data
|
||||
|
||||
Reference in New Issue
Block a user