Added Docker Registry - will be auth protected by Caddy.
This commit is contained in:
parent
0ce2edb54d
commit
4264c852a1
1 changed files with 8 additions and 1 deletions
|
@ -18,4 +18,11 @@ services:
|
|||
- /tarrega/data/television:/media1
|
||||
- /tarrega/data/music:/media2
|
||||
- /tarrega/data/disney-films:/media3
|
||||
restart: 'unless-stopped'
|
||||
restart: 'unless-stopped'
|
||||
registry:
|
||||
image: registry:2
|
||||
container_name: registry
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- /tarrega/data/registry:/var/lib/registry
|
Loading…
Reference in a new issue