Thanks to visit codestin.com Credit goes to github.com
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 be3dff0 commit 8a3f8a9Copy full SHA for 8a3f8a9
README.md
@@ -2,9 +2,9 @@
2
3
Featuring:
4
5
-- Docker v1.6.0
6
-- Docker Compose v1.2.0
7
-- Docker Machine v0.2.0
+- Docker v1.9.0
+- Docker Compose v1.5.0
+- Docker Machine v0.5.0
8
9
**Check out the awesome blog post here > https://realpython.com/blog/python/dockerizing-flask-with-compose-and-machine-from-localhost-to-the-cloud/**
10
docker-compose.yml
@@ -23,7 +23,6 @@ nginx:
23
- web:web
24
25
data:
26
- restart: no
27
image: postgres:latest
28
volumes:
29
- /var/lib/postgresql
0 commit comments