Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
890c0c04
Unverified
Commit
890c0c04
authored
4 years ago
by
lub
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update postgres in the Docker compose example to 12-alpine. (#7696)
parent
0fc5575c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/7696.doc
+1
-0
1 addition, 0 deletions
changelog.d/7696.doc
contrib/docker/docker-compose.yml
+1
-1
1 addition, 1 deletion
contrib/docker/docker-compose.yml
with
2 additions
and
1 deletion
changelog.d/7696.doc
0 → 100644
+
1
−
0
View file @
890c0c04
Update postgres image in example `docker-compose.yaml` to tag `12-alpine`.
This diff is collapsed.
Click to expand it.
contrib/docker/docker-compose.yml
+
1
−
1
View file @
890c0c04
...
...
@@ -50,7 +50,7 @@ services:
-
traefik.http.routers.https-synapse.tls.certResolver=le-ssl
db
:
image
:
docker.io/postgres:1
0
-alpine
image
:
docker.io/postgres:1
2
-alpine
# Change that password, of course!
environment
:
-
POSTGRES_USER=synapse
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment