mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #262] frontail docker not changing container listening port #167
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#167
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roberwinkler on GitHub (Apr 24, 2025).
Original GitHub issue: https://github.com/mthenw/frontail/issues/262
I wanted to run 2 instances of frontail (one for openhab, one for traefik). When assigning ports through docker-compose.yml, no matter what I do, both instances try to occupy port 9001.... so only one instance can run at any given time....