Adds set network to first run.

This commit is contained in:
Llewellyn van der Merwe 2021-12-31 12:11:11 +02:00
parent 6a27e23f02
commit 2918326c8c
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C
1 changed files with 2 additions and 0 deletions

View File

@ -3952,6 +3952,8 @@ $VDM_FIRST_RUN && {
: "${VDM_CONTAINER_TYPE:=traefik}"
# and enable it
: "${VDM_TASK:=setup}"
# first setup the network
setNetworks
# trigger main
main
# clear it again