Skip to content

Double-Checking #944

@Rmoor-e

Description

@Rmoor-e

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions