Update docker-compose.yml (#113)

This commit is contained in:
Jean Khawand 2023-04-09 23:42:19 +02:00 committed by GitHub
parent 314cca276d
commit 05d7cb8a54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ services:
volumes:
- ./apprise_api:/opt/apprise/webapp:ro
# if uncommenting the below, you will need to type the following
# Note: if you opt for bind mount config file consider setting env var APPRISE_STATEFUL_MODE to simple with appropriate file format
# otherwise the django instance won't have permissions to write
# to the directory correctly:
# $> chown -R 33:33 ./config