Added VPN service to list of docker containers
This commit is contained in:
9
vpn-spinup.sh
Normal file
9
vpn-spinup.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#Script file for spinning up all docker-containers
|
||||
|
||||
cd ./TraefikRunner/
|
||||
docker compose pull && docker compose up -d
|
||||
cd ..
|
||||
|
||||
cd ./VPN/
|
||||
docker compose pull && docker compose up -d
|
||||
cd ..
|
Reference in New Issue
Block a user