You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,10 @@ Start the docker containers:
16
16
docker-compose up
17
17
```
18
18
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.
19
20
20
21
Run the following commands to set up the container (replace 'solid' below with the name of your container):
21
22
```
22
-
docker exec -w /opt/solid/ solid mkdir keys pods db
0 commit comments