Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
clone3
/
anotherDocker
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b9df4f3
anotherDocker
/
etc
/
nginx
/
conf.d
/
stream
/
reverse-proxy-udp.conf
clone3
Upload 2 files
5b5f6df
verified
11 months ago
raw
Copy download link
history
blame
Safe
67 Bytes
server
{
listen
7777
udp;
proxy_pass
localhost:
7777
;
}