[GH-ISSUE #87] Documentation : config.ini location #63

Closed
opened 2026-02-25 23:39:45 +03:00 by kerem · 1 comment
Owner

Originally created by @slfhstr on GitHub (Jun 30, 2024).
Original GitHub issue: https://github.com/HaschekSolutions/opentrashmail/issues/87

README.md refers to config.ini
Should this be located in the app's docker directory ?
Or is it created inside the running container ?

Originally created by @slfhstr on GitHub (Jun 30, 2024). Original GitHub issue: https://github.com/HaschekSolutions/opentrashmail/issues/87 README.md refers to config.ini Should this be located in the app's docker directory ? Or is it created inside the running container ?
kerem closed this issue 2026-02-25 23:39:45 +03:00
Author
Owner

@ceramicwhite commented on GitHub (Jul 2, 2024):

it's populated with env's you specified at run but you could mount it like this:

volumes:
  - ./config.ini:/var/www/opentrashmail/config.ini:ro
<!-- gh-comment-id:2202281381 --> @ceramicwhite commented on GitHub (Jul 2, 2024): it's populated with env's you specified at run but you could mount it like this: ``` volumes: - ./config.ini:/var/www/opentrashmail/config.ini:ro ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentrashmail#63
No description provided.