Skip to content

Commit 6cbb1ee

Browse files
committed
remove 'version 3'
1 parent 8ef4b35 commit 6cbb1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def generate_docker_compose_yml(versions):
3838
"""
3939

4040
result = ""
41-
result += 'version: "3"\n\nservices:\n'
41+
result += 'services:\n'
4242
result += """ aosp_openresty:
4343
container_name: aosp_openresty
4444
image: openresty/openresty:alpine

0 commit comments

Comments
 (0)