Skip to content

Commit

Permalink
Merge branch '26-collision-on-image-name-in-docker-compose-yml' into …
Browse files Browse the repository at this point in the history
…'master'

Resolve "collision on image name in docker-compose.yml"

Closes #26

See merge request research-and-development/pwn-machine!11
  • Loading branch information
l.philippe committed Jul 19, 2021
2 parents eb15872 + 446a4dc commit 2106caa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ services:

traefik:
container_name: pm_traefik
image: traefik
build:
context: ./dockers/traefik
args:
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ services:

traefik:
container_name: pm_traefik
image: traefik
build:
context: ./dockers/traefik
args:
Expand Down Expand Up @@ -108,7 +107,7 @@ services:
##
manager:
container_name: pm_manager
image: "pm_manager"
image: "pm-manager"
build:
context: ./dockers/manager
depends_on:
Expand Down

0 comments on commit 2106caa

Please sign in to comment.