fix(joplin): Inject environment file
This commit is contained in:
parent
63eeceb7a8
commit
8f141e5c62
@ -4,6 +4,8 @@ services:
|
||||
user: root # Not pretty, but non-root breaks volumes: https://github.com/laurent22/joplin/issues/9489
|
||||
container_name: joplin
|
||||
restart: always
|
||||
env_file:
|
||||
- ./joplin/.env
|
||||
environment:
|
||||
- APP_PORT=22300
|
||||
- APP_BASE_URL=https://${HOSTNAME}/joplin
|
||||
|
Loading…
Reference in New Issue
Block a user