Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a3f8a9

Browse files
committed
updated to latest docker versions
1 parent be3dff0 commit 8a3f8a9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Featuring:
44

5-
- Docker v1.6.0
6-
- Docker Compose v1.2.0
7-
- Docker Machine v0.2.0
5+
- Docker v1.9.0
6+
- Docker Compose v1.5.0
7+
- Docker Machine v0.5.0
88

99
**Check out the awesome blog post here > https://realpython.com/blog/python/dockerizing-flask-with-compose-and-machine-from-localhost-to-the-cloud/**
1010

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ nginx:
2323
- web:web
2424

2525
data:
26-
restart: no
2726
image: postgres:latest
2827
volumes:
2928
- /var/lib/postgresql

0 commit comments

Comments
 (0)