-
Notifications
You must be signed in to change notification settings - Fork 26
Discord v14, farewell Cookiecord #220
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
Conversation
Note: Turning on hide whitespace in diffs is highly recommended |
@@ -27,7 +27,7 @@ services: | |||
volumes: | |||
- 'postgres_data:/postgres/data' | |||
ports: | |||
- 5432 | |||
- 5432:5432 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not strictly necessary, but useful if you want to run the bot locally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed this because it was giving me issues running this locally - seems like maybe we have mutually incompatible setups of some sort?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting... according to https://docs.docker.com/compose/compose-file/compose-file-v3/#ports, without :5432
Docker picks a random port, which would work around your port in use issue. I suspect the port was actually in use.
@@ -27,7 +27,7 @@ services: | |||
volumes: | |||
- 'postgres_data:/postgres/data' | |||
ports: | |||
- 5432 | |||
- 5432:5432 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed this because it was giving me issues running this locally - seems like maybe we have mutually incompatible setups of some sort?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few things I caught while seeing what a reverse migration looks like
That took a while... now, on to forum help