-
Notifications
You must be signed in to change notification settings - Fork 108
Description
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:
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"