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
No related branches found
No related tags found
1 merge request!44Merging develop into main
......@@ -97,7 +97,6 @@ function startContainer() {
)
docker run --name ${COMPOSE_PROJECT_NAME}_${USERNAME}_l3d -dt \
"${start_params[@]}" \
--restart unless-stopped \
registry.lakedrops.com/docker/l3d/php-${PHP_VERSION}:${L3DVERSION}
else
start_params+=(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment