Git Product home page Git Product logo

Comments (10)

crazy-max avatar crazy-max commented on August 17, 2024 1

I prepare a PR keep u in touch

from csgo-server-launcher.

crazy-max avatar crazy-max commented on August 17, 2024

See Configuration doc.

from csgo-server-launcher.

shmidtelson avatar shmidtelson commented on August 17, 2024

@crazy-max Sorry. I am use a Docker. And in container port using statically.

I am change docker-compose file - port forward to 27015:27016/tcp, but run command started with 27015 port, and global search works two servers on one address in rotating style.

from csgo-server-launcher.

crazy-max avatar crazy-max commented on August 17, 2024

from csgo-server-launcher.

crazy-max avatar crazy-max commented on August 17, 2024

@shmidtelson In your case -p 27016:27015 -p 27016:27015/udp

from csgo-server-launcher.

shmidtelson avatar shmidtelson commented on August 17, 2024

@crazy-max Ok, look.
Docker-compose:
Screenshot_20191021_192344
Start command inside docker-compose:
Screenshot_20191021_192652
Result in search...
ezgif-4-52a7d4cfa7c6
servers in search works alternately

from csgo-server-launcher.

crazy-max avatar crazy-max commented on August 17, 2024

@shmidtelson Hum maybe because the server is registered on 27015 internally. Keep you in touch.

from csgo-server-launcher.

shmidtelson avatar shmidtelson commented on August 17, 2024

@crazy-max I think, param +hostport send info in global search.
I have one idea:
Add in .env file param PORT with def. value 27015, and use this param in
docker-compose.yml

ports:
      - target: ${PORT}
        published: ${PORT}
        protocol: udp
      - target: ${PORT}
        published: ${PORT}
        protocol: tcp

And in srcds params +hostport ${PORT} in install script

from csgo-server-launcher.

crazy-max avatar crazy-max commented on August 17, 2024

Yes that's it

from csgo-server-launcher.

crazy-max avatar crazy-max commented on August 17, 2024

@shmidtelson Should be ok now

from csgo-server-launcher.

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.