Skip to content

Commit 578ea0b

Browse files
authored
fix fresh-start crash with recent docker-compose (#341)
`networks.<name>.name` is only valid for compose v3.5 and above
1 parent 25bb589 commit 578ea0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3'
1+
version: '3.5'
22

33
services:
44
nginx-proxy-automation-web:

0 commit comments

Comments
 (0)