Skip to content

Commit

Permalink
Update documentation with volume comment
Browse files Browse the repository at this point in the history
  • Loading branch information
galeaspablo committed Nov 8, 2024
1 parent 2d4066f commit 54b8865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ services:
restart: always
volumes:
- ./path/to/config.yaml:/opt/emulator/config/config.yaml
- ./path/to/volume/ambar-emulator:/root/.local/share/ambar-emulator # pick a path to persist the emulator's state

networks:
development-network:
Expand Down Expand Up @@ -113,7 +114,7 @@ data_destinations:
username: username-123
password: password-123
sources:
- postgres source
- postgres_source
```

### Further Work:
Expand Down

0 comments on commit 54b8865

Please sign in to comment.