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 8766de4 commit 2ac9661Copy full SHA for 2ac9661
MySQL/docker-compose.yml
@@ -2,7 +2,7 @@ version: "3.8"
2
3
services:
4
mysql:
5
- image: mysql:8.0.22
+ image: mysql:8.0.27
6
restart: always
7
environment:
8
MYSQL_DATABASE: mydb
PostgreSQL/docker-compose.yml
postgres:
- image: postgres:13.2-alpine
+ image: postgres:14.1-alpine
container_name: PostgreSQL
@@ -20,4 +20,4 @@ volumes:
20
networks:
21
dev:
22
driver: bridge
23
-# server connection-string jdbc:postgresql://localhost:5433/databasename
+# server connection-string jdbc:postgresql://localhost:5432/databasename
0 commit comments