-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Hello!
I'm hosting Croc on my server for a contribution to the project.
Just to double-check: all I need to do is run this script below, right?
Of course, I also have my reverse proxy serving the ports through one of my several domain names. Though, I just wanted to reach out so I can help this project. Great job!
#! /bin/bash
docker run -d -p 9010-9013:9010-9013 schollz/croc
For clarity, here is my Caddyfile entry:
croc.domain.com {
reverse_proxy localhost:9010
reverse_proxy localhost:9011
reverse_proxy localhost:9012
reverse_proxy localhost:9013
}
Metadata
Metadata
Assignees
Labels
No labels