mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-04-21 07:09:46 +00:00
added 'docker network create caddy' command
This commit is contained in:
parent
c650c9226a
commit
0d40407fd1
2
main.sh
2
main.sh
@ -44,6 +44,8 @@ generate_env_files() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
start_services() {
|
start_services() {
|
||||||
|
docker network create caddy 2>/dev/null
|
||||||
|
|
||||||
echo "Starting gitea..."
|
echo "Starting gitea..."
|
||||||
docker compose -f ./gitea/docker-compose.yml up -d
|
docker compose -f ./gitea/docker-compose.yml up -d
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user