diff options
author | Ian Lewis <ianlewis@google.com> | 2020-09-08 21:57:28 -0700 |
---|---|---|
committer | Andrei Vagin <avagin@gmail.com> | 2020-09-09 17:53:10 -0700 |
commit | a29cc274a1478db552f6a98efe52ecdf96c71cd8 (patch) | |
tree | f55332a84d3b020b83d7ca735a4df576f42f9e6a /website | |
parent | f9fa8b118f0f1e4a9fbe7fa5f5a367ba8105ddf0 (diff) |
Add a Docker Compose tutorial
Adds a Docker Compose tutorial to the website that shows how to start a
Wordpress site and includes information about how to get DNS working.
Fixes #115
PiperOrigin-RevId: 330652842
Diffstat (limited to 'website')
-rw-r--r-- | website/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/BUILD b/website/BUILD index 7b61d13c8..6d92d9103 100644 --- a/website/BUILD +++ b/website/BUILD @@ -157,6 +157,7 @@ docs( "//g3doc/user_guide/quick_start:oci", "//g3doc/user_guide/tutorials:cni", "//g3doc/user_guide/tutorials:docker", + "//g3doc/user_guide/tutorials:docker_compose", "//g3doc/user_guide/tutorials:kubernetes", ], ) |