mirror of
https://github.com/JLiscom/OpenNote.git
synced 2026-04-25 08:15:48 +03:00
[GH-ISSUE #199] Port conflict #175
Labels
No labels
bug
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OpenNote-JLiscom#175
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 @nelsonblaha on GitHub (Sep 9, 2019).
Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/199
No matter what port I choose in place of 6984, docker-compose can't finish:
I'm using various ports on the left(host) side and leaving the values as they are on the container side.
@JLiscom commented on GitHub (Nov 2, 2019):
See what is using that port
sudo netstat -ltnp | grep -w ': 46984'@paulbono commented on GitHub (Sep 9, 2020):
I'm seeiung this issue as well using the stock docker-compose.yml (described here https://github.com/FoxUSA/OpenNote/blob/master/docs/Install.md)
netstat returns empty
@paulbono commented on GitHub (Sep 9, 2020):
@nelsonblaha to get around this I commented out the duplicate port line in the opennote container portion
# - 6984:6984Not sure if it's needed but I have a running copy of the server so I don't think it is.