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 54a2913 commit 2fa8bc3Copy full SHA for 2fa8bc3
scripts/docker-compose.yml
@@ -1,9 +1,12 @@
1
-postgres:
2
- image: postgres:latest
3
- container_name: postgres
4
- environment:
5
- - "TZ=Europe/Amsterdam"
6
- - "POSTGRES_USER=docker"
7
- - "POSTGRES_PASSWORD=docker"
8
- ports:
9
- - "5432:5432" # credentials (docker:docker)
+version: "3"
+
+services:
+ postgres:
+ image: postgres:latest
+ container_name: postgres
+ environment:
+ - "TZ=Europe/Amsterdam"
+ - "POSTGRES_USER=docker"
10
+ - "POSTGRES_PASSWORD=docker"
11
+ ports:
12
+ - "5432:5432" # credentials (docker:docker)
0 commit comments