Skip to content

Commit

Permalink
fix reference to dockerFiles to match with real files name (mangoszer…
Browse files Browse the repository at this point in the history
…o#92)

Co-authored-by: Helladan <[email protected]>
  • Loading branch information
2 people authored and billy1arm committed Jun 25, 2020
1 parent 58bfcf8 commit 8471ed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockercontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
mangosd:
build:
context: ..
dockerfile: dockercontainer/Dockerfile-mangosd
dockerfile: dockercontainer/DockerFile-mangosd
depends_on:
- mysqldb
restart: always
Expand All @@ -23,7 +23,7 @@ services:
realmd:
build:
context: ..
dockerfile: dockercontainer/Dockerfile-realmd
dockerfile: dockercontainer/DockerFile-realmd
depends_on:
- mysqldb
restart: always
Expand Down

0 comments on commit 8471ed3

Please sign in to comment.