Browse Source

added missing slash in volume paths

Toastie 1 year ago
parent
commit
319cb0a9b4
1 changed files with 4 additions and 4 deletions
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -51,14 +51,14 @@ but also any other HTTP-only environment such as behind restrictive firewalls.*
 
 ## Used volumes
 ejabber runs under user `ejabberd` with uid/guid `9000`. All data is stored in `/home/ejabberd/` within the container.
- - `.data/backup/` โ€” place to to store DB dumps
+ - `./data/backup/` โ€” place to to store DB dumps
  - `./data/biboumi/database/` โ€” sqlite DB for Biboumi. The Biboumi configuration is defined via environment variables in `docker-compose.yml`.
  - `./data/conf/ejabberd.yml` โ€” configuration file referring to conf.d
  - `./data/conf.d/` โ€” actual configuration files
  - `./data/conf.custom/` โ€” acaddtional custom  configuration files
- - `.data/database/` โ€” Erlang DB used to store all application data
- - `.data/uploads/` โ€” files transferred between users
- - `.data/www/` โ€” static web content
+ - `./data/database/` โ€” Erlang DB used to store all application data
+ - `./data/uploads/` โ€” files transferred between users
+ - `./data/www/` โ€” static web content
  - `/opt/docker/reverse-proxy/data/certs/${HOSTNAME}` โ€” certificates and key material
 
 ## Installation & Configuration