From 0b12d4324026f0cfd4f269dc0db6c61fb4f4f1a4 Mon Sep 17 00:00:00 2001 From: Corbin Bartsch Date: Sat, 28 Oct 2023 20:38:48 -0400 Subject: [PATCH] Add example usage to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 667d007..74fdbd5 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,9 @@ containers: mem_limit: 512m volumes: - "{{ appdata_path }}/unifi:{{ container_config_path }}" + depends_on: + - service: mongodb + condition: service_started include_global_env_vars: true restart: "{{ unless_stopped }}" - service_name: quassel @@ -75,4 +78,4 @@ containers: mem_limit: 128m ports: - "4242:4242" -``` \ No newline at end of file +```