Skip to content

Commit

Permalink
Update comments in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lowercasename authored Jul 27, 2024
1 parent 06f66d3 commit 8d27e49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ services:
ports:
- 3000:3000
volumes:
# Set the correct path to the config folder
# 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
Expand Down

0 comments on commit 8d27e49

Please sign in to comment.