adawale
This commit is contained in:
@@ -5,8 +5,8 @@ services:
|
||||
image: registry:2
|
||||
container_name: registry
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${REGISTRY_PORT:-5000}:5000"
|
||||
expose:
|
||||
- "5000"
|
||||
environment:
|
||||
- REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY=${REGISTRY_STORAGE_PATH:-/var/lib/registry}
|
||||
- REGISTRY_AUTH=${REGISTRY_AUTH_ENABLED:-false}
|
||||
@@ -27,8 +27,8 @@ services:
|
||||
image: joxit/docker-registry-ui:latest
|
||||
container_name: registry-ui
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${UI_PORT:-8080}:80"
|
||||
expose:
|
||||
- "80"
|
||||
environment:
|
||||
- SINGLE_REGISTRY=${SINGLE_REGISTRY:-true}
|
||||
- REGISTRY_TITLE=${REGISTRY_TITLE:-Docker Registry}
|
||||
|
||||
Reference in New Issue
Block a user