Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide docker-compose.yml in README.md #13

Open
petre-c opened this issue Jun 17, 2024 · 0 comments
Open

Provide docker-compose.yml in README.md #13

petre-c opened this issue Jun 17, 2024 · 0 comments

Comments

@petre-c
Copy link

petre-c commented Jun 17, 2024

Please add docker compose sample in README.md

services:
    derper:
        environment:
            - DERP_DOMAIN=derper.yourdomain.com # change with your derper domain
        ports:
            - 80:80
            - 443:443
            - 3478:3478/udp
        image: fredliang/derper
        restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant