diff --git a/docker/PrivateBin/behind-proxy-with-db/compose.yaml b/docker/PrivateBin/behind-proxy-with-db/compose.yaml index f27246a..6fc3f29 100644 --- a/docker/PrivateBin/behind-proxy-with-db/compose.yaml +++ b/docker/PrivateBin/behind-proxy-with-db/compose.yaml @@ -1,3 +1,4 @@ +name: privatebin # Docker Compose v2.20 or greater required to use "include" include: #################### NETWORKS #################### diff --git a/docker/PrivateBin/behind-proxy/compose.yaml b/docker/PrivateBin/behind-proxy/compose.yaml index 71fbe13..6ae8ab1 100644 --- a/docker/PrivateBin/behind-proxy/compose.yaml +++ b/docker/PrivateBin/behind-proxy/compose.yaml @@ -1,3 +1,4 @@ +name: privatebin # Docker Compose v2.20 or greater required to use "include" include: #################### NETWORKS #################### diff --git a/docker/PrivateBin/compose.yaml b/docker/PrivateBin/compose.yaml index 71fbe13..39da201 100644 --- a/docker/PrivateBin/compose.yaml +++ b/docker/PrivateBin/compose.yaml @@ -1,7 +1,7 @@ +name: privatebin # Docker Compose v2.20 or greater required to use "include" include: #################### NETWORKS #################### - ../../compose/networks/proxy.yaml - - ../../compose/networks/socket-proxy.yaml #################### SERVICES #################### - ../../compose/privatebin.yaml diff --git a/docker/PrivateBin/with-db/compose.yml b/docker/PrivateBin/with-db/compose.yml index 0201479..d3ec4a5 100644 --- a/docker/PrivateBin/with-db/compose.yml +++ b/docker/PrivateBin/with-db/compose.yml @@ -1,3 +1,4 @@ +name: privatebin # Docker Compose v2.20 or greater required to use "include" include: #################### NETWORKS ####################