Skip to content

Commit 2ac9661

Browse files
update
1 parent 8766de4 commit 2ac9661

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MySQL/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
mysql:
5-
image: mysql:8.0.22
5+
image: mysql:8.0.27
66
restart: always
77
environment:
88
MYSQL_DATABASE: mydb

PostgreSQL/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
postgres:
5-
image: postgres:13.2-alpine
5+
image: postgres:14.1-alpine
66
container_name: PostgreSQL
77
restart: always
88
environment:
@@ -20,4 +20,4 @@ volumes:
2020
networks:
2121
dev:
2222
driver: bridge
23-
# server connection-string jdbc:postgresql://localhost:5433/databasename
23+
# server connection-string jdbc:postgresql://localhost:5432/databasename

0 commit comments

Comments
 (0)