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

Network host issue #11

Open
3th3r opened this issue Apr 6, 2023 · 1 comment
Open

Network host issue #11

3th3r opened this issue Apr 6, 2023 · 1 comment

Comments

@3th3r
Copy link

3th3r commented Apr 6, 2023

Not working,

WoL working on other device but not on this service.
Problem with the network set as host.

@djismgaming
Copy link

Here's my working compose file:

services:
  RWSOL-Server:
    container_name: RWSOL-Server
    restart: unless-stopped
    entrypoint:
      - /entrypoint.sh
    environment:
      - TZ=America/Puerto_Rico
      - PASSPHRASE=
      - RWSOLS_COMPUTER_NAME=$RWSOLS_COMPUTER_NAME
      - RWSOLS_COMPUTER_MAC=$RWSOLS_COMPUTER_MAC
      - RWSOLS_COMPUTER_IP=$RWSOLS_COMPUTER_IP
      - RWSOLS_MAX_PINGS=10
      - RWSOLS_SLEEP_TIME=5
      - RWSOLS_SLEEP_CMD=suspend
      - RWSOLS_SLEEP_PORT=7760
      - TCP_PORT_9999=9999
      - APACHE2_PORT=9999
    image: ex0nuss/remote-wake-sleep-on-lan-docker
    network_mode: host

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

2 participants