summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2023-06-04 12:08:03 -0300
committericebaker <icebaker@proton.me>2023-06-04 12:08:03 -0300
commita07c3a448b3fe96aefebdedaee13ce345232d4f0 (patch)
tree6399402c876f7938232aa847957a444a422f1555
parentf812e6a1003a47747bdba0e8336f0ee5a74f2871 (diff)
updating readme
-rw-r--r--README.md4
-rw-r--r--docker-compose.example.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index dee9484..f646eae 100644
--- a/README.md
+++ b/README.md
@@ -92,8 +92,8 @@ services:
NANO_BOTS_ENCRYPTION_PASSWORD: UNSAFE
NANO_BOTS_END_USER: your-user
volumes:
- - ./your-cartridges:/.local/share/nano-bots/cartridges
- - ./your-state:/.local/state/nano-bots
+ - ./your-cartridges:/root/.local/share/nano-bots/cartridges
+ - ./your-state-path:/root/.local/state/nano-bots
```
Enter the container:
diff --git a/docker-compose.example.yml b/docker-compose.example.yml
index 88a2b1f..9530c5d 100644
--- a/docker-compose.example.yml
+++ b/docker-compose.example.yml
@@ -10,5 +10,5 @@ services:
NANO_BOTS_ENCRYPTION_PASSWORD: UNSAFE
NANO_BOTS_END_USER: your-user
volumes:
- - ./your-cartridges:/.local/share/nano-bots/cartridges
- - ./your-state:/.local/state/nano-bots
+ - ./your-cartridges:/root/.local/share/nano-bots/cartridges
+ - ./your-state-path:/root/.local/state/nano-bots