diff --git a/compose.yaml b/compose.yaml index c81035f..0f2073d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -62,9 +62,11 @@ services: volumes: - /app-config/alloy/config.alloy:/etc/alloy/config.alloy:ro - /var/run/docker.sock:/var/run/docker.sock - - /app-config/emby/logs/embyserver.txt:/var/log/embyserver.txt:ro + - /app-config/emby/logs/:/var/log/emby/ command: > run --server.http.listen-addr=0.0.0.0:12345 --storage.path=/var/lib/alloy/data /etc/alloy/config.alloy - restart: unless-stopped \ No newline at end of file + restart: unless-stopped + networks: + - emby_chris_network \ No newline at end of file