9 lines
101 B
Bash
Executable File
9 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source ./.env
|
|
|
|
mkdir data
|
|
|
|
docker network create $TRAEFIK_NETWORK
|
|
|
|
docker compose up -d |