Archived
Container registry stack
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
test:
|
||||
image: registry:2.8
|
||||
restart: always
|
||||
environment:
|
||||
REGISTRY_LOG_LEVEL: ${REGISTRY_LOG_LEVEL}
|
||||
volumes:
|
||||
- registry-data:/var/lib/registry
|
||||
ports:
|
||||
- "5000"
|
||||
|
||||
volumes:
|
||||
registry-data:
|
||||
Reference in New Issue
Block a user