Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot 3c16cea821 Update ghcr.io/fosrl/pangolin Docker tag to v1.18.4 2026-05-14 02:32:55 +00:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: pangolin
services: services:
pangolin: pangolin:
container_name: pangolin container_name: pangolin
image: ghcr.io/fosrl/pangolin:1.18.0 image: ghcr.io/fosrl/pangolin:1.18.4
restart: unless-stopped restart: unless-stopped
deploy: deploy:
resources: resources:
+2 -2
View File
@@ -2,7 +2,7 @@ name: pangolin
services: services:
pangolin: pangolin:
container_name: pangolin container_name: pangolin
image: ghcr.io/fosrl/pangolin:1.18.0 image: ghcr.io/fosrl/pangolin:1.18.4
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./config:/app/config - ./config:/app/config
@@ -53,7 +53,7 @@ services:
webfinger: # For Tailscale webfinger: # For Tailscale
container_name: webfinger container_name: webfinger
image: nginx:1.31.0-alpine image: nginx:1.30.0-alpine
volumes: volumes:
- ./webfinger/webfinger.json:/usr/share/nginx/html/.well-known/webfinger:ro - ./webfinger/webfinger.json:/usr/share/nginx/html/.well-known/webfinger:ro
- ./webfinger/nginx.conf:/etc/nginx/conf.d/default.conf:ro - ./webfinger/nginx.conf:/etc/nginx/conf.d/default.conf:ro