Skip to content
New issue

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 #40

Open
ilshat94 opened this issue Sep 16, 2024 · 1 comment
Open

Запуск в Docker #40

ilshat94 opened this issue Sep 16, 2024 · 1 comment

Comments

@ilshat94
Copy link

Корректно в Docker у меня установился только с доступом контейнера к сети хоста:

docker run -it --network host --restart always --name lampac immisterio/lampac

Все завелось как надо и в Docker.

@alparo
Copy link

alparo commented Nov 15, 2024

у меня в 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```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants