updating docker version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-19 21:52:32 +02:00
parent 9482626314
commit 848a5f5f29
47 changed files with 120 additions and 106 deletions

View File

@ -1,7 +1,7 @@
Portainer Stack:
```yaml
---
version: "3.8"
version: "3.9"
services:
swag:
image: lscr.io/linuxserver/swag:${TAG-latest}
@ -50,7 +50,7 @@ Environments:
NET=bridge
PUID=${PUID-1000}
PGID=${PGID-1000}
TZ=Europe/Lisbon
TZ=${TZ-Europe/Amsterdam}
URL=example.com
VALIDATION=DNS

View File

@ -1,7 +1,7 @@
Portainer Stack:
```yaml
---
version: "3.8"
version: "3.9"
services:
authelia:
image: authelia/authelia:${TAG-latest}
@ -20,7 +20,7 @@ Environments:
```
TAG=latest
NET=bridge
TZ=Europe/Lisbon
TZ=${TZ-Europe/Amsterdam}
RST=unless-stopped
AutoUpdate=true
```