Skip to content

Commit

Permalink
Merge branch 'master' of git.clacos.ninja:l.philippe/pwn-machine
Browse files Browse the repository at this point in the history
  • Loading branch information
BitK committed Jul 19, 2021
2 parents 8f89e76 + 2106caa commit 72535ca
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 72535ca

Please sign in to comment.