Quellcode durchsuchen

added missing slash in volume paths

Toastie vor 3 Jahren
Ursprung
Commit
319cb0a9b4
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  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