This commit is contained in:
@ -4,7 +4,7 @@ Portainer Stack:
|
||||
version: "3.8"
|
||||
services:
|
||||
swag:
|
||||
image: lscr.io/linuxserver/swag:${tag-latest}
|
||||
image: lscr.io/linuxserver/swag:${TAG-latest}
|
||||
container_name: swag
|
||||
network_mode: ${NET-bridge}
|
||||
cap_add:
|
||||
@ -32,7 +32,7 @@ services:
|
||||
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
|
||||
|
||||
dockerproxy:
|
||||
image: ghcr.io/tecnativa/docker-socket-proxy:${tag-latest}
|
||||
image: ghcr.io/tecnativa/docker-socket-proxy:${TAG-latest}
|
||||
container_name: dockerproxy
|
||||
network_mode: ${NET-bridge}
|
||||
volumes:
|
||||
@ -58,7 +58,7 @@ EMAIL=your_real@email.com
|
||||
|
||||
RST=unless-stopped
|
||||
AutoUpdate=true
|
||||
tag=latest
|
||||
TAG=latest
|
||||
```
|
||||
[More LinuxServer MODS](https://mods.linuxserver.io/?mod=swag)
|
||||
|
||||
|
@ -4,7 +4,7 @@ Portainer Stack:
|
||||
version: "3.8"
|
||||
services:
|
||||
authelia:
|
||||
image: authelia/authelia:${tag-latest}
|
||||
image: authelia/authelia:${TAG-latest}
|
||||
container_name: authelia
|
||||
network_mode: ${NET-bridge}
|
||||
environment:
|
||||
@ -18,7 +18,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
NET=bridge
|
||||
TZ=Europe/Lisbon
|
||||
RST=unless-stopped
|
||||
|
Reference in New Issue
Block a user