Skip to content

Commit 5c19d8a

Browse files
committed
update
1 parent 1632c63 commit 5c19d8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mods/containers/other/shield

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ shield_secret=$(openssl rand -hex 16)
1515
if [[ -e "/pg/var/shield/whitelist.emails" ]]; then
1616
whitelist_emails=$(cat /pg/var/shield/whitelist.emails | rev | cut -c2- | rev); fi
1717

18+
container_reset
1819
# VARIABLES ####################################################################
1920
pgrole="shield"
2021
image="thomseddon/traefik-forward-auth"
@@ -43,7 +44,7 @@ $container_header
4344
### ALIGN WITH THE A ################################## START - EXTRAS #########
4445
4546
####### ALIGN WITH THE A ############################## CORE ###################
46-
47+
$container_start
4748
published_ports:
4849
- '${portcheck_add}${port_outside01}:${port_inside01}'
4950
env:

0 commit comments

Comments
 (0)