Added a sample docker-compose file#118
Open
ThoriumTextile wants to merge 1 commit intoferronweb:developfrom
Open
Added a sample docker-compose file#118ThoriumTextile wants to merge 1 commit intoferronweb:developfrom
ThoriumTextile wants to merge 1 commit intoferronweb:developfrom
Conversation
DorianNiemiecSVRJS
requested changes
Oct 30, 2025
| @@ -0,0 +1,28 @@ | |||
| services: | |||
| ferron: | |||
| image: ferronserver/ferron:2 | |||
Member
There was a problem hiding this comment.
The Docker image tag seems to be for Ferron 2, but it seems that you have opened the pull request for merging it into the development branch of Ferron 1.x (develop)... Isn't the develop-2.x the correct branch to merge this Docker Compose file into?
| # network_mode: host #Optionally uncomment this if you are running already in a container like LXC | ||
| volumes: | ||
| # Configuration bind mount (host file → container) | ||
| - "./config/ferron.yaml:/etc/ferron.yaml" |
Member
There was a problem hiding this comment.
Ferron 2 uses KDL configuration (at /etc/ferron.kdl), but YAML configurations can also work with the Ferron 2 image...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.