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

[BUG] unable to connect (presumably apache/nginx inside the container doesn't start?) #80

Open
1 task done
NetMan134 opened this issue Jan 26, 2025 · 2 comments
Open
1 task done

Comments

@NetMan134
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Hi!
I recently installed the dockerized linuxserver.io/dokuwiki on amd64 and arm64 machines, and on amd64 the web server appears to not be available... On arm64 works fine - and on dokuwiki/dokuwiki:stable it's also working as expected

Image

( ^ 192.168.1.101 being the docker LXC IP)

Expected Behavior

able to connect to dokuwiki

Steps To Reproduce

  1. create a simple docker compose linuxserver/dokuwiki
  2. launch w/ docker compose up -d
  3. try to access http://IP:EXPOSED_PORT/
  4. unable to connect, telnet also refuses

Environment

- OS: Proxmox VE 8.3.1 amd64 with Portainer LXC (helper-scripts.com)
- How docker service was installed:
mkdir /dokuwiki
nano /dokuwiki/docker-compose.yml
<<docker-compose contents below>>
docker compose up -d

CPU architecture

x86-64

Docker creation

docker-compose.yml:

services:
  dokuwiki-broken:
    image: lscr.io/linuxserver/dokuwiki:latest
    container_name: dokuwiki-broken
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - dokuwiki-broken:/config
    ports:
      - 7998:80
    restart: unless-stopped
volumes:
  dokuwiki-broken:

Container logs

[migrations] started
[migrations] 01-nginx-site-confs-default: executing...
[migrations] 01-nginx-site-confs-default: succeeded
[migrations] 02-default-location: executing...
[migrations] 02-default-location: succeeded
[migrations] done
───────────────────────────────────────
      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝
   Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: 2024-02-06b-ls255
Build-date: 2025-01-24T15:44:10+00:00
───────────────────────────────────────
    
Setting resolver to  127.0.0.11
Setting worker_processes to 2
generating self-signed keys in /config/keys, you can replace these with your own keys if required
..+.........+....+.........+...........+.+........+.......+........+.+...........+..........+...+........+....+.....+.+..............+..................+..........+...+............+..+.+++++++++++++++++++++++++++++++++++++++*..........+.+..+...+++++++++++++++++++++++++++++++++++++++*.....+...+...+....+.....+.+.........+...+...............+..+...+...+....+........+...+....+..+....+..+.......+..+..........+...+......+.........+......+......+...+..+....+..............+..........+..+.+............+........+..........+...+..+.........+..........+........+.+..+...+....+..+.+........+............+.......++++++
......+...+.+...........+....+..+++++++++++++++++++++++++++++++++++++++*.+....+...........+++++++++++++++++++++++++++++++++++++++*..+...........+......+.+...+...........+.+....................+.........+.+........+......+.............+.....+.+..+...+.........+.............+...............+...............+.........+...+..+....++++++
-----
Go to http://IP-ADDRESS:PORT/install.php to configure your install then restart your container when finished to remove install.php
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@LinuxServer-CI
Copy link
Collaborator

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Issues
Development

No branches or pull requests

2 participants