Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dfeccd6a7a |
@@ -2,7 +2,7 @@ name: pangolin
|
|||||||
services:
|
services:
|
||||||
pangolin:
|
pangolin:
|
||||||
container_name: pangolin
|
container_name: pangolin
|
||||||
image: ghcr.io/fosrl/pangolin:1.18.4
|
image: ghcr.io/fosrl/pangolin:1.18.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: pangolin
|
|||||||
services:
|
services:
|
||||||
pangolin:
|
pangolin:
|
||||||
container_name: pangolin
|
container_name: pangolin
|
||||||
image: ghcr.io/fosrl/pangolin:1.18.4
|
image: ghcr.io/fosrl/pangolin:1.18.0
|
||||||
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.30.0-alpine
|
image: nginx:1.31.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
|
||||||
|
|||||||
Reference in New Issue
Block a user