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

Update Docker Compose #14

Open
czadikem opened this issue Jan 21, 2025 · 0 comments
Open

Update Docker Compose #14

czadikem opened this issue Jan 21, 2025 · 0 comments

Comments

@czadikem
Copy link

czadikem commented Jan 21, 2025

The Docker compose file is outdated, update it to not have version as well as have the correct docker image to pull

services:
  overte-server:
    image: overte/overte-server:latest
    container_name: overte-server
    restart: unless-stopped
    # Make sure 40102 is open on your router and computer, should be TCP/UDP
    expose:
      - "40100-40102"
    ports:
      - "40100-40102:40100-40102"
      - "40100-40102:40100-40102/udp"
      - "48000-48006:48000-48006/udp"
    volumes:
      - "./logs:/var/log"
      - "./data:/root/.local/share/Overte"
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