remove links
This commit is contained in:
4
start-worker.sh
Normal file
4
start-worker.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# start-worker.sh
|
||||
DOMAIN=$1
|
||||
docker compose -p ${DOMAIN//./-} --env-file $DOMAIN/.env up -d
|
||||
Reference in New Issue
Block a user