We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496dbf3 commit b618b4eCopy full SHA for b618b4e
docker-compose.yml
@@ -7,7 +7,9 @@ services:
7
ports:
8
- 443:443
9
volumes:
10
- - .:/opt/solid
+ - ./data/keys:/opt/solid/keys
11
+ - ./data/db:/opt/solid/db
12
+ - ./data/pods:/opt/solid/pods
13
pubsub:
14
build:
15
context: https://github.com/pdsinterop/php-solid-pubsub-server.git#main
@@ -29,4 +31,4 @@ services:
29
31
- 8025:8025
30
32
- 2525:1025
33
- - ./mailpit-data:/data
34
+ - ./data/mailpit-data:/data
0 commit comments