update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-07 15:15:35 +02:00
parent ad4f3089ee
commit 402c2ea94c
28 changed files with 65 additions and 59 deletions

View File

@ -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)

View File

@ -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