Skip to content

Docker compose: use '--service-ports' - #18

Merged
frwl404 merged 1 commit into
masterfrom
anton/2025/service-ports
Oct 10, 2025
Merged

Docker compose: use '--service-ports'#18
frwl404 merged 1 commit into
masterfrom
anton/2025/service-ports

Conversation

@frwl404

@frwl404 frwl404 commented Oct 10, 2025

Copy link
Copy Markdown
Owner

"docker compose run" does not create any of the ports specified in the service configuration by default. This is the problem for us, because user will need to specify "-p 8000:8000" or similar in docker run options, what is inconvinient.

"docker compose run" does not create any of the ports specified in the service configuration by default.
This is the problem for us, because user will need to specify "-p 8000:8000" or similar in docker run options,
what is inconvinient.
@codecov

codecov Bot commented Oct 10, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
runo 96.25% <100.00%> (ø)
tests/unit/test_runo.py 99.31% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@frwl404
frwl404 merged commit 9502188 into master Oct 10, 2025
21 checks passed
@frwl404
frwl404 deleted the anton/2025/service-ports branch October 10, 2025 15:40
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.

1 participant