Skip to content

Commit

Permalink
fix mriedmann#349 : improve documentation about volumes to be mounted
Browse files Browse the repository at this point in the history
  • Loading branch information
jvies authored and mriedmann committed Jul 11, 2024
1 parent b3cd463 commit db33ba4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ services:
- "config:/var/www/localhost/htdocs/protected/config"
- "uploads:/var/www/localhost/htdocs/uploads"
- "modules:/var/www/localhost/htdocs/protected/modules"
- "logs:/var/www/localhost/htdocs/protected/runtime/logs"
- "searchdb:/var/www/localhost/htdocs/protected/runtime/searchdb"
- "themes:/var/www/localhost/htdocs/themes"
environment:
HUMHUB_DB_USER: humhub
HUMHUB_DB_PASSWORD: humhub
Expand All @@ -87,6 +90,9 @@ volumes:
config: {}
uploads: {}
modules: {}
logs: {}
searchdb: {}
themes: {}
```

> In some situations (e.g. with [podman-compose](https://github.com/containers/podman-compose)) you have to run compose `up` twice to give it some time to create the named volumes.
Expand Down

0 comments on commit db33ba4

Please sign in to comment.