Add docker_args to YAML syntax (fix #175)
[discourse_docker.git] / samples / standalone.yml
index cac5c7399f627796814eb6f116d156ed1bce38a1..a2da593952251995f47d9ce769a1f20ca742edcd 100644 (file)
@@ -25,6 +25,9 @@ expose:
   - "80:80"   # fwd host port 80   to container port 80 (http)
   - "2222:22" # fwd host port 2222 to container port 22 (ssh)
 
+# any extra arguments for Docker?
+# docker_args:
+
 params:
   db_default_text_search_config: "pg_catalog.english"