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

#81 Add project name when starting Traefik after deleting a project

parent 3905ec36
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ function removenetwork() {
docker-compose stop
docker rm -f traefik_traefik_1
docker network rm traefik_${PROJECT}
docker-compose up -d
docker-compose --project-name traefik up -d
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment