Skip to content

Commit 79c581f

Browse files
authored
Update MySQL and PosgreSQL to the latest (#55)
1 parent d480567 commit 79c581f

5 files changed

+5
-5
lines changed

docker-compose-mysql-es.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
container_name: temporal-mysql
1919
environment:
2020
- MYSQL_ROOT_PASSWORD=root
21-
image: mysql:5.7
21+
image: mysql:8
2222
networks:
2323
- temporal-network
2424
ports:

docker-compose-mysql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
container_name: temporal-mysql
55
environment:
66
- MYSQL_ROOT_PASSWORD=root
7-
image: mysql:5.7
7+
image: mysql:8
88
networks:
99
- temporal-network
1010
ports:

docker-compose-postgres.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
environment:
66
POSTGRES_PASSWORD: temporal
77
POSTGRES_USER: temporal
8-
image: postgres:9.6
8+
image: postgres:13
99
networks:
1010
- temporal-network
1111
ports:

docker-compose-ui-experimental.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
environment:
2020
POSTGRES_PASSWORD: temporal
2121
POSTGRES_USER: temporal
22-
image: postgres:9.6
22+
image: postgres:13
2323
networks:
2424
- temporal-network
2525
ports:

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
environment:
2020
POSTGRES_PASSWORD: temporal
2121
POSTGRES_USER: temporal
22-
image: postgres:9.6
22+
image: postgres:13
2323
networks:
2424
- temporal-network
2525
ports:

0 commit comments

Comments
 (0)