Skip to content

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

@NetMan134

Description

@NetMan134

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions