We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91196c9 commit ebf300aCopy full SHA for ebf300a
lab_4/docker-compose.yml
@@ -0,0 +1,8 @@
1
+version: '3'
2
+services:
3
+ postgres:
4
+ image: postgres:9.6.1
5
+ ports:
6
+ - "5432:5432"
7
+ volumes:
8
+ - ./data:/var/lib/postgresql/data
0 commit comments