Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS]: Research minimal Docker version for Fonoster #688

Open
3 tasks
psanders opened this issue Dec 26, 2024 · 2 comments
Open
3 tasks

[DOCS]: Research minimal Docker version for Fonoster #688

psanders opened this issue Dec 26, 2024 · 2 comments

Comments

@psanders
Copy link
Member

psanders commented Dec 26, 2024

Newer versions of the Docker Engine have deprecated the version property in Docker Compose. To avoid warnings, we removed the version property from all Compose files, including compose.yaml and compose.dev.yaml.

As a result, users on older Docker Engine versions have reported errors like:

ERROR: The Compose file './compose.yaml' is invalid because:
services.apiserver.expose is invalid: should be of the format 'PORT[/PROTOCOL]'

This occurs because older Docker Engine versions don't support the new expose format used in these Compose files.

Task

We need to:

  • Research and test the minimum Docker Engine version that can successfully run Fonoster.
  • Update the "Prerequisites" in the self-hosting documentation to reflect this minimum version requirement.
  • (Optional) Note that while users on older Docker versions might consider adding back the version field to their Compose files, we strongly recommend upgrading to a newer Docker version for better compatibility and fewer warnings.
@parz3val
Copy link
Contributor

parz3val commented Jan 2, 2025

I will pick this as I've experience in docker and running in the older docker version.

@psanders
Copy link
Member Author

psanders commented Jan 2, 2025

Assigned, @parz3val!

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

No branches or pull requests

2 participants