diff --git a/README.md b/README.md index 46dd4c2..a9ed308 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ services: ports: - "8080:8080" volumes: - - ./data:/data + - ./data:/app/data ``` This project is currently only setup to be a Single User instance, no login/account system currently