Docker-Compose fails to parse empty links list
sempervictus opened this issue · 0 comments
sempervictus commented
Pulling the repo and attempting to stand it up as is on docker-compose 2.28.1 (Arch Linux) results in validating /opt/faucet/docker-compose.yaml: services.gauge.links must be a list
. Fixed by
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 4f0618c3..c6a3e010 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -41,7 +41,6 @@ services:
ports:
- '6654:6653'
- '9303'
- links:
faucet:
restart: always