Update README.md
This commit is contained in:
parent
35e6975b99
commit
f98f2cccdb
|
@ -33,12 +33,15 @@ services:
|
||||||
- FORCE_SSL=1
|
- FORCE_SSL=1
|
||||||
mem_limit: 2g
|
mem_limit: 2g
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/var/www/seeddms/data
|
- dms-data:/var/www/seeddms/data
|
||||||
- ./backup:/var/www/seeddms/backup
|
- dms-backup:/var/www/seeddms/backup
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
max-size: "10m"
|
max-size: "10m"
|
||||||
max-file: "1"
|
max-file: "1"
|
||||||
|
volumes:
|
||||||
|
dms-data:
|
||||||
|
dms-backup:
|
||||||
```
|
```
|
||||||
|
|
||||||
If you run for the first time make sure to call `/install` and follow the instructions there.
|
If you run for the first time make sure to call `/install` and follow the instructions there.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user