hywax / mafl

Minimalistic flexible homepage
https://mafl.hywax.space
MIT License
344 stars 21 forks source link

[BUG] `Error: Config not found` on fresh install #143

Open MontejoJorge opened 1 hour ago

MontejoJorge commented 1 hour ago

Environment

Self-Hosted (Docker)

System

Raspberry pi 4 - Docker 27.2.1

Version

0.15.4

Describe the problem

Using this docker compose i got the error: Error: Config not found

version: "3.8"
services:
  mafl:
    restart: unless-stopped
    image: ghcr.io/hywax/mafl:v0.15.4
    container_name: mafl
    ports:
      - 61983:3000
    volumes:
      - /home/jorge/app-data/mafl:/app/data
networks: {}

image

Additional info

No response

hywax-assistant commented 1 hour ago

👋 @MontejoJorge Thanks for opening your first issue here! To help make it easier for us to investigate your issue, please follow the contributing guidelines.

If you like this project, please ⭐ star our repo.