Skip to content

Commit

Permalink
docker: reflect quay Dockerfile updates
Browse files Browse the repository at this point in the history
The working directory for quay inside the container
was updated from / to /quay-registry so the config
needs to be volumed in there.

Signed-off-by: crozzy <joseph.crosland@gmail.com>
  • Loading branch information
crozzy authored and hdonnay committed Jun 16, 2021
1 parent b3e490d commit 22ee21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ services:
image: quay.io/projectquay/quay:latest
privileged: true
volumes:
- "./local-dev/quay:/conf/stack"
- "./local-dev/quay:/quay-registry/conf/stack"
ports:
- "8080:8080"
environment:
Expand Down

0 comments on commit 22ee21d

Please sign in to comment.