traefik_portainer/init

7 lines
88 B
Plaintext
Raw Normal View History

2023-11-26 12:46:47 +01:00
#!/bin/bash
source ./.env
docker network create $TRAEFIK_NETWORK
docker compose up -d