Skip to content

Commit 214d9b0

Browse files
authored
Update README.md
1 parent 0b55556 commit 214d9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Start the docker containers:
1616
docker-compose up
1717
```
1818
This will start up three containers: the solid server, pubsub server and a mailpit server. If you have an actual SMTP server running, feel free to remove the mailpit container.
19+
The persisted data will be stored in the data/ directory. This contains the keys, pods, db and mailpit data.
1920

2021
Run the following commands to set up the container (replace 'solid' below with the name of your container):
2122
```
22-
docker exec -w /opt/solid/ solid mkdir keys pods db
2323
docker exec -w /opt/solid/ solid chown -R www-data:www-data keys pods db
2424
docker exec -w /opt/solid/ solid cp config.php.example config.php
2525
```

0 commit comments

Comments
 (0)