mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
thicc docker image
This commit is contained in:
parent
c3ba3c7d74
commit
ea06e2fbbb
2 changed files with 5 additions and 2 deletions
|
|
@ -16,9 +16,10 @@ http {
|
|||
|
||||
server_name "private-docker-registry.nilstrieb.dev";
|
||||
|
||||
client_max_body_size 0;
|
||||
|
||||
location / {
|
||||
return 404 'No registry here...';
|
||||
#proxy_pass http://registry:5000/;
|
||||
proxy_pass http://registry:5000/;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue