From 9f2e88826d6a8031e2b138d2bf171d06e2ed3b97 Mon Sep 17 00:00:00 2001 From: Sthope Date: Sun, 1 May 2022 18:58:43 +0200 Subject: [PATCH] first commit --- docs/portainer-stacks/Swag.md | 15 +++++++++++++++ docs/portainer-stacks/template.md | 5 ++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/portainer-stacks/Swag.md b/docs/portainer-stacks/Swag.md index b395664..c3a1fa2 100644 --- a/docs/portainer-stacks/Swag.md +++ b/docs/portainer-stacks/Swag.md @@ -45,5 +45,20 @@ services: - com.centurylinklabs.watchtower.enable=${AutoUpdate-true} ``` +Environments: +``` +NET=bridge +PUID=1000 +PGID=1000 +TZ=Europe/Lisbon + +URL=example.com +VALIDATION=DNS +EMAIL=your_real@email.com + +RST=unless-stopped +AutoUpdate=true +tag=latest +``` [More LinuxServer MODS](https://mods.linuxserver.io/?mod=swag) diff --git a/docs/portainer-stacks/template.md b/docs/portainer-stacks/template.md index 4ea2d50..e48c2b3 100644 --- a/docs/portainer-stacks/template.md +++ b/docs/portainer-stacks/template.md @@ -5,11 +5,14 @@ Portainer Stack: Portainer .env: ``` + +### Universal PUID= PGID= - TZ= RST= NET= + + ``` \ No newline at end of file