mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
Fixup docker mount error
Prior to this commit, docker compose couldn't mount a file to a dir on the container. This commit fixes that up by mounting the projects src dir to the vmpoolers config location.
This commit is contained in:
parent
8acf28d0b8
commit
9f72a6a6df
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ services:
|
||||||
dockerfile: docker/Dockerfile_local
|
dockerfile: docker/Dockerfile_local
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ${PWD}/vmpooler.yaml
|
source: ${PWD}
|
||||||
target: /etc/vmpooler/vmpooler.yaml
|
target: /etc/vmpooler
|
||||||
ports:
|
ports:
|
||||||
- "4567:4567"
|
- "4567:4567"
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue