Running containers
This commit is contained in:
@@ -61,7 +61,7 @@ if [ "$RECREATE" -eq 1 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Start stack
|
# Start stack
|
||||||
dc up "${BUILD_ARGS[@]}"
|
dc up -d "${BUILD_ARGS[@]}"
|
||||||
|
|
||||||
# Helper to run commands in php container
|
# Helper to run commands in php container
|
||||||
pexec() { dc exec -T php "$@"; }
|
pexec() { dc exec -T php "$@"; }
|
||||||
|
|||||||
Reference in New Issue
Block a user