Update README.md

This commit is contained in:
Namhyeon Go 2024-06-24 16:00:37 +09:00 committed by GitHub
parent 35e6975b99
commit f98f2cccdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,12 +33,15 @@ services:
- FORCE_SSL=1
mem_limit: 2g
volumes:
- ./data:/var/www/seeddms/data
- ./backup:/var/www/seeddms/backup
- dms-data:/var/www/seeddms/data
- dms-backup:/var/www/seeddms/backup
logging:
options:
max-size: "10m"
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.