Skip to content

Only text on website, no backgrounds, no CSS, nothing #132

@hyserski

Description

@hyserski

Hello, I freshly installed your docker image on my Almalinux server, and I'm having issues...

As far as I'm aware this shouldn't look like that:

Image

Only changes I did are the the container files to be stored on a different drive, but your compose file was set & done, so maybe I changed something that broken the look of the website. How to I fix this? Does your docker container really can be set only 1 way? (apart of few environments like dev, prod etc.)
I need to have all the files on a different drive, because almalinux is on a system ssd where only system is meant to exist.

What I changed:

,,services:
web:
image: wger/server:latest
depends_on:
db:
condition: service_healthy
cache:
condition: service_healthy
env_file:
- ./config/prod.env
volumes:
- static:/mnt/md0/containers_data/wger/static
- media:/mnt/md0/containers_data/media"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions