Skip to content

Commit

Permalink
Merge pull request #162 from HybridSarcasm/patch-1
Browse files Browse the repository at this point in the history
Docker volume for 'events' folder
  • Loading branch information
lowercasename authored Jul 27, 2024
2 parents af92fcd + 8d27e49 commit 55e0d6f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ services:
ports:
- 3000:3000
volumes:
# Set the correct path to the config folder
- ./gathio-docker:/app/config
# The path to Gathio's config folder - change to match your system
- ./gathio-docker/config:/app/config
# The path to Gathio's user-uploaded event images folder - change to match your system
- ./gathio-docker/events:/app/public/events
mongo:
image: mongo:latest
volumes:
Expand Down

0 comments on commit 55e0d6f

Please sign in to comment.