mirror of
https://github.com/kwk/docker-registry-frontend.git
synced 2024-11-10 08:52:47 +08:00
Merge pull request #99 from bjoernHeneka/readme-update
updates the development installation instruction for using own registry
This commit is contained in:
commit
f030b795e1
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ Then open (develop/docker-compose.yml)[develop/docker-compose.yml] and paste thi
|
|||
- "9000:9000"
|
||||
volumes:
|
||||
- ../:/source:rw
|
||||
- start-develop.sh:/root/start-develop.sh:ro
|
||||
- ./start-develop.sh:/root/start-develop.sh:ro
|
||||
|
||||
Notice that we removed the `links` section from the `frontend` section and that the `registry` section is completely gone.
|
||||
|
||||
|
|
Loading…
Reference in a new issue