feat: https a certifikaty s ca
This commit is contained in:
5
run
5
run
@@ -20,6 +20,11 @@ case "$ACTION" in
|
||||
"up")
|
||||
docker network create $EXTERNAL_NETWORK > /dev/null 2>&1 || true
|
||||
docker compose up -d
|
||||
echo "\nServices are starting up..."
|
||||
sleep 2
|
||||
echo "\nAvailable services:"
|
||||
echo "Traefik: https://traefik.${DEV_URL}"
|
||||
echo "Portainer: https://portainer.${DEV_URL}"
|
||||
;;
|
||||
"restart")
|
||||
docker compose restart
|
||||
|
||||
Reference in New Issue
Block a user