From 36adcfd04d23e1a2498a019f11c67a06552531d5 Mon Sep 17 00:00:00 2001 From: sthope Date: Sat, 28 Aug 2021 18:07:39 +0200 Subject: [PATCH] Update 'test/create_container.sh' --- test/create_container.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/create_container.sh b/test/create_container.sh index 62dc004..a7d22be 100644 --- a/test/create_container.sh +++ b/test/create_container.sh @@ -66,6 +66,7 @@ pushd $TEMP_DIR >/dev/null # Download setup script wget -qL https://git.sthope.dev/sthope/proxmox_portainer/raw/branch/master/setup.sh +wget -qL https://git.sthope.dev/sthope/docker_portainer_stacks/raw/branch/master/portainer/portainer_stack.yml # Detect modules and automatically load at boot #load_module aufs @@ -163,6 +164,7 @@ pct unmount $CTID && unset MOUNT msg "Starting LXC container..." pct start $CTID pct push $CTID setup.sh /setup.sh -perms 755 +pct push $CTID portainer_stack.yml /docker/docker-compose.yml -perms 755 pct exec $CTID /setup.sh # Get network details and show completion message