Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Update Docker to v3.3
Browse files Browse the repository at this point in the history
Update Docker to v3.3 so we can take advantage of secrets and Docker
Swarm features.

Signed-off-by: Ryan Y <[email protected]>
  • Loading branch information
Ryan Y committed Jun 25, 2017
1 parent 75a3431 commit 1705929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
version: '3'
version: '3.3'
services:
web:
image: nginx:alpine
Expand Down

0 comments on commit 1705929

Please sign in to comment.