We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not working,
WoL working on other device but not on this service. Problem with the network set as host.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Not working,
WoL working on other device but not on this service.
Problem with the network set as host.
The text was updated successfully, but these errors were encountered: