Skip to content

Commit d8ce511

Browse files
committed
add profiles
1 parent ebb9ff4 commit d8ce511

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Note: Update the values in the config.php file where needed befure running the i
2222
```sh
2323
docker exec -w /opt/solid/ solid cp config.php.example config.php
2424
docker 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

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)