docker-compose.yml 351 B

1234567891011121314
  1. version: "3"
  2. services:
  3. frontend-rwsols:
  4. image: ex0nuss/remote-wake-sleep-on-lan-docker
  5. container_name: frontend-rwsols
  6. restart: "no"
  7. network_mode: host
  8. environment:
  9. - APACHE2_PORT=8456
  10. - PASSPHRASE=123456
  11. - RWSOLS_COMPUTER_NAME="$PC1"
  12. - RWSOLS_COMPUTER_MAC="$PC1MAC"
  13. - RWSOLS_COMPUTER_IP="$PC1IP"