Skip to content
Snippets Groups Projects
Commit fdb2a03c authored by jurgenhaas's avatar jurgenhaas
Browse files

#147 Do not restart L3D containers after reboot

parent 615f2866
Branches
Tags
1 merge request!44Merging develop into main
...@@ -97,7 +97,6 @@ function startContainer() { ...@@ -97,7 +97,6 @@ function startContainer() {
) )
docker run --name ${COMPOSE_PROJECT_NAME}_${USERNAME}_l3d -dt \ docker run --name ${COMPOSE_PROJECT_NAME}_${USERNAME}_l3d -dt \
"${start_params[@]}" \ "${start_params[@]}" \
--restart unless-stopped \
registry.lakedrops.com/docker/l3d/php-${PHP_VERSION}:${L3DVERSION} registry.lakedrops.com/docker/l3d/php-${PHP_VERSION}:${L3DVERSION}
else else
start_params+=( start_params+=(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment