traefik_gotify/init

9 lines
101 B
Plaintext
Raw Normal View History

2023-11-25 13:48:56 +01:00
#!/bin/bash
source ./.env
mkdir data
docker network create $TRAEFIK_NETWORK
docker compose up -d