Skip to content

Commit ae138e6

Browse files
committed
docker-compose.yml: Fix warning messages
from "docker compose": WARN[0000] "yes" for boolean is not supported by YAML 1.2, please use `true` WARN[0000] /home/ssl-reverse-proxy/git-clone/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
1 parent 2fbb686 commit ae138e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Copyright (C) 2018-2022 Sebastian Pipping <sebastian@pipping.org>
22
# Licensed under GNU Affero GPL v3 or later
33

4-
version: "3"
5-
64
networks:
75
ssl-reverse-proxy:
8-
external: yes
6+
external: true
97

108
services:
119
ssl-reverse-proxy:

0 commit comments

Comments
 (0)