7 lines
88 B
Bash
7 lines
88 B
Bash
#!/bin/bash
|
|
|
|
source ./.env
|
|
|
|
docker network create $TRAEFIK_NETWORK
|
|
|
|
docker compose up -d |