Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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 installation failed #2797

Closed
tonywang1201 opened this issue Aug 14, 2024 · 0 comments
Closed

Docker installation failed #2797

tonywang1201 opened this issue Aug 14, 2024 · 0 comments

Comments

@tonywang1201
Copy link

I tried to install miniflux with docker on a machine running Unraid and docker. But the docker container cannot start. As I found in the log, it says: dial tcp: lookup Hostname on 192.168.2.1:53: no such host

The container is a template in the community application store maintained by A75G:

docker run
  -d
  --name='miniflux'
  --net='bridge'
  -e TZ="Asia/Shanghai"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="R730"
  -e HOST_CONTAINERNAME="miniflux"
  -e 'DATABASE_URL'='postgres://miniflux:secret@Hostname/miniflux2?sslmode=disable'
  -e 'ADMIN_USERNAME'='admin'
  -e 'ADMIN_PASSWORD'='xxxxx'
  -e 'BASE_URL'='http://192.168.2.188:5600'
  -e 'POLLING_FREQUENCY'='60'
  -e 'CLEANUP_FREQUENCY_HOURS'='24'
  -e 'CLEANUP_ARCHIVE_READ_DAYS'='60'
  -e 'CLEANUP_REMOVE_SESSIONS_DAYS'='30'
  -e 'CREATE_ADMIN'='1'
  -e 'RUN_MIGRATIONS'='1'
  -e 'LOG_DATE_TIME'='0'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8080]/'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/miniflux.png'
  -p '5600:5600/tcp' 'miniflux/miniflux:latest'

Are there anything wrong with the container setting or it is just because of the DNS setting of the router (I am using OpenWRT)

@miniflux miniflux locked and limited conversation to collaborators Aug 15, 2024
@fguillot fguillot converted this issue into discussion #2799 Aug 15, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Development

No branches or pull requests

2 participants