Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

chore: update docker-compose example #55

Merged
merged 1 commit into from
Nov 25, 2021
Merged

Conversation

ivarconr
Copy link
Member

Should use postgres:13.

fixes: #54 #53

Should use postgres:13.

fixes: #54 #53
@ivarconr
Copy link
Member Author

Fix: docker-compose

@@ -19,7 +19,7 @@ services:
db:
expose:
- "5432"
image: postgres:10-alpine
image: postgres:13
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To keep using alpine, we should probably use 13-alpine

Suggested change
image: postgres:13
image: postgres:13-alpine

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed from alpine because it was suggested in #54. Docker compose is not an official way to run Unleash, more for testing purposes.

Both works on my machine though!

@ivarconr ivarconr merged commit 4437ea1 into master Nov 25, 2021
@ivarconr ivarconr deleted the chore/docker-compose branch November 25, 2021 14:51
thedotedge pushed a commit to freelancehunt/unleash-docker that referenced this pull request Jun 24, 2022
thedotedge pushed a commit to freelancehunt/unleash-docker that referenced this pull request Jun 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors with starting postgres-alpine
2 participants