diff --git a/docs/docs/1.0 - getting-started.md b/docs/docs/1.0 - getting-started.md index 0c4346239..8fb0b3717 100644 --- a/docs/docs/1.0 - getting-started.md +++ b/docs/docs/1.0 - getting-started.md @@ -38,8 +38,7 @@ services: db_port: 27017 # The Default port for Mongo DB TZ: America/Anchorage volumes: - - ./data/img:/app/data/img - - ./data/backups:/app/data/backups + - ./data:/app/data mongo: image: mongo @@ -109,4 +108,4 @@ services: ``` ## Deployed as a Python Application -Alternatively, this project is built on Python and Mongodb. If you are dead set on deploying on a linux machine you can run this in an python environment with a dedicated MongoDatabase. Provided that you know thats how you want to host the application, I'll assume you know how to do that. I may or may not get around to writing this guide. I'm open to pull requests if anyone has a good guide on it. \ No newline at end of file +Alternatively, this project is built on Python and Mongodb. If you are dead set on deploying on a linux machine you can run this in an python environment with a dedicated MongoDatabase. Provided that you know thats how you want to host the application, I'll assume you know how to do that. I may or may not get around to writing this guide. I'm open to pull requests if anyone has a good guide on it.