mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
nginx
This commit is contained in:
parent
7408bd8274
commit
e6af148551
2 changed files with 6 additions and 0 deletions
1
nginx/README.md
Normal file
1
nginx/README.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
oh lord
|
||||||
5
registry/run.sh
Executable file
5
registry/run.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
docker run -d -p 5000:5000 --restart=always --name registry \
|
||||||
|
-v `pwd`/config.yml:/etc/docker/registry/config.yml \
|
||||||
|
registry:2
|
||||||
Loading…
Add table
Add a link
Reference in a new issue