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
Корректно в Docker у меня установился только с доступом контейнера к сети хоста:
docker run -it --network host --restart always --name lampac immisterio/lampac
Все завелось как надо и в Docker.
The text was updated successfully, but these errors were encountered:
у меня в compose.yaml вот так proxy-network типа bridge
lampac: ports: - 9118:9118 restart: unless-stopped container_name: lampac image: immisterio/lampac networks: - proxy-network volumes: - /media/downloads:/home/dlna - ./init.conf:/home/init.conf networks: proxy-network: external: true```
Sorry, something went wrong.
No branches or pull requests
Корректно в Docker у меня установился только с доступом контейнера к сети хоста:
Все завелось как надо и в Docker.
The text was updated successfully, but these errors were encountered: