diff options
Diffstat (limited to 'docker-compose.example.yml')
-rw-r--r-- | docker-compose.example.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |