Skip to content

Commit 2d48d58

Browse files
authored
Merge pull request #726 from Kataick/patch-1
fix(docker):pmhq container name conflict
2 parents 544e546 + b76ff81 commit 2d48d58

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

script/install-llbot-docker.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ cat << EOF > docker-compose.yml
375375
services:
376376
pmhq:
377377
image: ${docker_mirror}linyuchen/pmhq:${PMHQ_TAG}
378-
container_name: pmhq
379378
privileged: true
380379
environment:
381380
${PMHQ_ENV}
@@ -469,4 +468,4 @@ if [[ "$start_docker" =~ ^[yY]$ ]]; then
469468
docker compose up -d
470469
fi
471470

472-
printLogin
471+
printLogin

0 commit comments

Comments
 (0)