Skip to content

Commit

Permalink
Fix docker-in-docker bug for umbrel-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Apr 1, 2021
1 parent 2f8586a commit f463db2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ services:
manager:
image: getumbrel/manager
build: ../umbrel-manager
volumes:
# The following is required to correctly mount all services
# inside so they are accessible to docker-compose otherwise
# docker-in-docker fails becuase the compose file references
# build contexts that don't exist inside this container.
- ${PWD}/..:${PWD}/..
middleware:
image: getumbrel/middleware
build: ../umbrel-middleware

0 comments on commit f463db2

Please sign in to comment.