Browse Source

Comment out WOL_MAC environment variable in compose.yaml

main
Bastian (BaM) 3 months ago
parent
commit
c65e2f77c0
  1. 2
      compose.yaml

2
compose.yaml

@ -9,7 +9,7 @@ services:
OLLAMA_HOST: "192.168.222.12" OLLAMA_HOST: "192.168.222.12"
OLLAMA_PORT: "11434" OLLAMA_PORT: "11434"
SINCE: "0s" SINCE: "0s"
WOL_MAC: "AA:BB:CC:DD:EE:FF" # set this #WOL_MAC: "AA:BB:CC:DD:EE:FF" # set this
#WOL_BCAST: "192.168.222.255" # optional (defaults unten) #WOL_BCAST: "192.168.222.255" # optional (defaults unten)
#WOL_PORT: "9" # optional #WOL_PORT: "9" # optional
restart: unless-stopped restart: unless-stopped

Loading…
Cancel
Save