Giter VIP home page Giter VIP logo

Comments (5)

lukenvn avatar lukenvn commented on August 23, 2024

Instead of rebuild the image you guys can try to use the command settings, it work perfect for me

version: '3'
services:
    tunnel:
        command: 'server --min-port 3333 --max-port 4444'
        image: ekzhang/bore
        ports:
            - '7835:7835'
networks:
    default:
        external: true
        name: proxy

from bore.

holtwick avatar holtwick commented on August 23, 2024

Awesome, this way it is even simpler to use. Thanks!

Just this line:

command: 'server --min-port 3333 --max-port 4444'

needs to change to something like this:

command: 'server --min-port 8080 --max-port 8080'

in order to get a predictable port for the proxy, that will than be mapped to the public HTTPS port 443.


I still continue to use the self building script, because the machine I'm using it on has an ARM CPU.

from bore.

alanmilinovic avatar alanmilinovic commented on August 23, 2024

I am confused a little bit with the network part. What do I need to have for the network?

Error that I got: services.tunnel.networks.default Additional property external is not allowed

from bore.

holtwick avatar holtwick commented on August 23, 2024

The networks part is only if you use it with https://github.com/NginxProxyManager/nginx-proxy-manager

See this for details: https://nginxproxymanager.com/advanced-config/#best-practice-use-a-docker-network

from bore.

ricardoapaes avatar ricardoapaes commented on August 23, 2024

https://github.com/ricardoapaes/bore-server

I implemented this solution using nginx, then take a look.

from bore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.