Skip to content

Allow using directory bind mounts for a docker container#398

Merged
9seconds merged 1 commit intomasterfrom
docker-directory
Mar 24, 2026
Merged

Allow using directory bind mounts for a docker container#398
9seconds merged 1 commit intomasterfrom
docker-directory

Conversation

@9seconds
Copy link
Copy Markdown
Owner

This helps with a situation when some applications do not allow mounting individual files, but whole directories. In that case users could mount /config directory with a single file, config.toml: -v /path/to/dir:/config. Also, there is a backward compatibility to using a single /config.toml

Fixes #396

This helps with a situation when some applications do not allow mounting
individual files, but whole directories. In that case users could mount
`/config` directory with a single file, `config.toml`: `-v
/path/to/dir:/config`. Also, there is a backward compatibility to using
a single `/config.toml`
@9seconds 9seconds merged commit 4f5368a into master Mar 24, 2026
8 checks passed
@9seconds 9seconds deleted the docker-directory branch March 24, 2026 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FR] Some improvements for docker container

1 participant