Update README, add Send base URL

This commit is contained in:
timvisee
2020-07-09 11:48:57 +02:00
parent a5ef32038d
commit 52c280882a
3 changed files with 17 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ services:
- LETSENCRYPT_EMAIL
- PORT=1234
- REDIS_HOST=redis
- BASE_URL=${SEND_BASE_URL}
redis:
image: 'redis:alpine'
restart: always