Skip to content

Commit

Permalink
Fixed Docker Volume in new Docker Compose Version
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoofreitas committed Aug 4, 2024
1 parent 7da8c8e commit d51761c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
ports:
- '3000:3000'
volumes:
- ./config.yml:/app/data/config.yml
- ./mafl/:/app/data/
```
### Node
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
ports:
- '3000:3000'
volumes:
- ./config.yml:/app/data/config.yml
- ./mafl:/app/data
```
:::
Expand Down
2 changes: 1 addition & 1 deletion docs/ru/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
ports:
- '3000:3000'
volumes:
- ./config.yml:/app/data/config.yml
- ./mafl:/app/data
```
:::
Expand Down

0 comments on commit d51761c

Please sign in to comment.