Giter Club home page Giter Club logo

Comments (4)

K4rian avatar K4rian commented on June 18, 2024

Hey,

Beside the environment variable, did you remove (or comment) the secret definition from the compose file before starting the server?

Everything is working as intended on my side:
yuzu_Jm484snYzR
(click to enlarge)

Not sure what's causing your issue.

from docker-yuzu-room.

mctaylors avatar mctaylors commented on June 18, 2024

from docker-yuzu-room.

mctaylors avatar mctaylors commented on June 18, 2024

UPD: hold up, maybe I misunderstood something...

So, I've commented out only variable in yuzu-room.env actually, and that's the reason why it didn't worked. Thank you for helping!

from docker-yuzu-room.

K4rian avatar K4rian commented on June 18, 2024

For a quick passwordless room set-up, you can omit the .env file and use the environment variables inline:

services:
  yuzu-room:
    image: k4rian/yuzu-room:latest
    container_name: yuzu-room
    volumes:
      - data:/home/yuzu
      - /etc/localtime:/etc/localtime:ro
    environment:
      # Required
      - YUZU_BINDADDR="0.0.0.0"
      - YUZU_PORT=24872
      - YUZU_ROOMNAME="yuzu Room"
      - YUZU_PREFGAME="Any"
      - YUZU_MAXMEMBERS=4
      # Optional
      - YUZU_ROOMDESC=""
      - YUZU_PREFGAMEID="0"
    ports:
      - 24872:24872/tcp
      - 24872:24872/udp
    ulimits:
      memlock: -1
    restart: unless-stopped

volumes:
  data:

Note: Servers can't be registered as public via the yuzu API anymore since the entire project has been shutting down. I'll update the Docker file and images ASAP to reflect the changes.

Thanks for your interest in the project, have fun!

from docker-yuzu-room.

Related Issues (2)

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.