Orderreorganisation.
This commit is contained in:
1
registry/.gitignore
vendored
Normal file
1
registry/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
docker-compose-ui.yml
|
||||
12
registry/docker-compose.yml
Normal file
12
registry/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: "3"
|
||||
services:
|
||||
registry:
|
||||
image: registry:2
|
||||
container_name: registry
|
||||
ports:
|
||||
- "5000:5000"
|
||||
environment:
|
||||
REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY: /data
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /opt/registry/data:/data
|
||||
Reference in New Issue
Block a user