You've already forked docker-compose-nas
mirror of
https://github.com/AdrienPoupa/docker-compose-nas.git
synced 2025-06-14 22:15:17 +02:00
fix(joplin): Inject environment file
This commit is contained in:
@ -4,6 +4,8 @@ services:
|
|||||||
user: root # Not pretty, but non-root breaks volumes: https://github.com/laurent22/joplin/issues/9489
|
user: root # Not pretty, but non-root breaks volumes: https://github.com/laurent22/joplin/issues/9489
|
||||||
container_name: joplin
|
container_name: joplin
|
||||||
restart: always
|
restart: always
|
||||||
|
env_file:
|
||||||
|
- ./joplin/.env
|
||||||
environment:
|
environment:
|
||||||
- APP_PORT=22300
|
- APP_PORT=22300
|
||||||
- APP_BASE_URL=https://${HOSTNAME}/joplin
|
- APP_BASE_URL=https://${HOSTNAME}/joplin
|
||||||
|
Reference in New Issue
Block a user