File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Note: Update the values in the config.php file where needed befure running the i
2222``` sh
2323docker exec -w /opt/solid/ solid cp config.php.example config.php
2424docker exec -u www-data -i -w /opt/solid/ solid php init.php
25- docker exec -w /opt/solid/ solid chown -R www-data:www-data keys pods db
25+ docker exec -w /opt/solid/ solid chown -R www-data:www-data keys pods profiles db
2626```
2727
2828### DNS gotcha and snake oil certificate
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ services:
1010 - ./data/keys:/opt/solid/keys
1111 - ./data/db:/opt/solid/db
1212 - ./data/pods:/opt/solid/pods
13+ - ./data/profiles:/opt/solid/profiles
1314 pubsub :
1415 build :
1516 context : https://github.com/pdsinterop/php-solid-pubsub-server.git#main
You can’t perform that action at this time.
0 commit comments