Skip to content

Commit

Permalink
fix(joplin): Inject environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa committed Jan 4, 2024
1 parent 63eeceb commit 8f141e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions joplin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f141e5

Please sign in to comment.