Proxying a new container registry service

This commit is contained in:
2025-05-23 00:31:00 -07:00
parent 08560c945b
commit 3f2e6d86f6
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
server {
server_name ncr.nigel.local;
location / {
proxy_pass http://localhost:5000;
}
}