mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-27 07:29:54 +03:00
fix docker network name
This commit is contained in:
parent
8e539be6ba
commit
ab37bcfcef
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ services:
|
|||
volumes:
|
||||
- ./registry-data:/var/lib/registry
|
||||
networks:
|
||||
- docker-registry-ui
|
||||
- registry-ui-net
|
||||
|
||||
ui:
|
||||
image: joxit/docker-registry-ui:static
|
||||
|
@ -17,7 +17,7 @@ services:
|
|||
depends_on:
|
||||
- registry
|
||||
networks:
|
||||
- docker-registry-ui
|
||||
- registry-ui-net
|
||||
|
||||
networks:
|
||||
registry-ui-net:
|
||||
registry-ui-net:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue