config_docker.yaml 332 B

123456
  1. - title: WakeOnLan Server1
  2. # The r0gger/docker-wake-on-lan is a minimal container for WOL
  3. # that can be run on the host network.
  4. # It is not required to run the OliveTin container on the host network.
  5. shell: |
  6. docker run --rm --name wake-on-lan --net=host -e MAC='A8:5E:45:E4:FF:2A' r0gger/docker-wake-on-lan