diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2024-07-01 20:01:52 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-07-01 20:01:52 +0100 |
commit | edf113e18cd05edd51e9da96b2a8004382cda83a (patch) | |
tree | c91b0e631cb63c339e6059702f5e96dfd12dccdc /docker-compose.yml | |
parent | c5141c77976cd17e5e457ac0d1fb6647636056bb (diff) |
Update Docker configuration
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 4a87aed..9677edd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,9 @@ services: - mongo ports: - 3000:3000 + volumes: + # Set the correct path to the config folder + - ./gathio-docker:/app/config mongo: image: mongo:latest volumes: |