fix: use localhost:5000 for registry (host network)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
app:
|
||||
image: registry.home:5000/admin/hello-world:${TAG:-latest}
|
||||
image: localhost:5000/admin/hello-world:${TAG:-latest}
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- app-net
|
||||
|
||||
Reference in New Issue
Block a user