We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1632c63 commit 5c19d8aCopy full SHA for 5c19d8a
mods/containers/other/shield
@@ -15,6 +15,7 @@ shield_secret=$(openssl rand -hex 16)
15
if [[ -e "/pg/var/shield/whitelist.emails" ]]; then
16
whitelist_emails=$(cat /pg/var/shield/whitelist.emails | rev | cut -c2- | rev); fi
17
18
+container_reset
19
# VARIABLES ####################################################################
20
pgrole="shield"
21
image="thomseddon/traefik-forward-auth"
@@ -43,7 +44,7 @@ $container_header
43
44
### ALIGN WITH THE A ################################## START - EXTRAS #########
45
46
####### ALIGN WITH THE A ############################## CORE ###################
-
47
+ $container_start
48
published_ports:
49
- '${portcheck_add}${port_outside01}:${port_inside01}'
50
env:
0 commit comments