Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ services:
volumes:
- ./itop/conf:/var/www/html/conf
- ./itop/extensions:/var/www/html/extensions
- ./itop/env-production:/var/www/html/env-production
post_start:
- command: chown -R www-data:www-data /var/www/html/conf
user: root
Expand Down Expand Up @@ -96,6 +97,7 @@ services:
volumes:
- ./itop/conf:/var/www/html/conf
- ./itop/extensions:/var/www/html/extensions
- ./itop/env-production:/var/www/html/env-production
- db-volume:/var/lib/mysql
environment:
MYSQL_PASS: change_me # or grep the generated password from the log when the container is first started.
Expand Down