Skip to content

Commit 131f002

Browse files
committed
updated README and LICENSE
1 parent 6c61dee commit 131f002

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Yannick Chenot
3+
Copyright (c) 2017 Yannick Chenot
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
**[WARNING] This repository is deprecated and only maintained for legacy purposes. For an up to date Docker set up, please head over [here](https://github.com/osteel/docker-tutorial-2), thank you.**
2+
13
# Docker tutorial
24

3-
This repository comes with the blog article [From Vagrant to Docker: How to use Docker for local web development](http://tech.osteel.me/posts/2015/12/18/from-vagrant-to-docker-how-to-use-docker-for-local-web-development.html "From Vagrant to Docker: How to use Docker for local web development"). Please refer to it for a full explanation.
5+
This is the companion repository for [From Vagrant to Docker: How to use Docker for local web development](http://tech.osteel.me/posts/2015/12/18/from-vagrant-to-docker-how-to-use-docker-for-local-web-development.html "From Vagrant to Docker: How to use Docker for local web development"). Please refer to it for a full explanation.
46

57
It contains a basic LEMP stack running with Docker, intented to be used for local web development.
68

@@ -41,7 +43,7 @@ When building and starting containers for the first time with Docker Compose, a
4143

4244
A [default Nginx configuration](https://github.com/osteel/docker-tutorial/blob/master/nginx/default.conf) is also copied over.
4345

44-
The current directory is mounted into the one served by Nginx on the container, so any update to the code is available without having to rebuild the container.
46+
The `www/html/` directory is mounted into the one served by Nginx on the container, so any update to the code is available without having to rebuild the container.
4547

4648
The MySQL data sits in its own directory mounted into its own container to make it persistent.
4749

0 commit comments

Comments
 (0)