Skip to content

In Docker Compose, E404 config doesn't work #39

@orsonjones

Description

@orsonjones

When using docker compose, the E404 config doesn't work. It seems to be the case that E404 is only allowed in the primary config file (/etc/httpd.conf or -c /path/to/httpd.conf)

Updating docker-compose.yml to include the config path fixes it.

eg.: add this line to the example docker-compose.yml
command: /busybox-httpd -f -v -p 3000 -c /home/static/httpd.conf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions