We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69303aa commit 8ea6d84Copy full SHA for 8ea6d84
docker-compose.temporal.yaml
@@ -2,7 +2,7 @@
2
3
services:
4
temporal-database:
5
- image: postgres:16.4-alpine
+ image: postgres:16.8-alpine
6
container_name: ${COMPOSE_PROJECT_NAME}-temporal-database
7
restart: on-failure
8
networks:
docker-compose.yaml
@@ -43,7 +43,7 @@ services:
43
driver: ${DOCKER_APP_LOG_DRIVER:-json-file}
44
45
database:
46
47
container_name: ${COMPOSE_PROJECT_NAME}-database
48
49
0 commit comments