Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
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
No related tags found
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:
...
@@ -50,7 +50,7 @@ services:
-
traefik.http.routers.https-synapse.tls.certResolver=le-ssl
-
traefik.http.routers.https-synapse.tls.certResolver=le-ssl
db
:
db
:
image
:
docker.io/postgres:1
0
-alpine
image
:
docker.io/postgres:1
2
-alpine
# Change that password, of course!
# Change that password, of course!
environment
:
environment
:
-
POSTGRES_USER=synapse
-
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