From 73605c9878ebc397bd735eb88f6edcedcc74c18f Mon Sep 17 00:00:00 2001 From: Benjamin Durham <33912370+Bencey@users.noreply.github.com> Date: Thu, 4 Feb 2021 16:01:34 +1300 Subject: [PATCH] Remove linx.env --- manuscript/recipes/linx.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manuscript/recipes/linx.md b/manuscript/recipes/linx.md index a847cdd..fe4e121 100644 --- a/manuscript/recipes/linx.md +++ b/manuscript/recipes/linx.md @@ -50,7 +50,6 @@ version: "3.2" # https://docs.docker.com/compose/compose-file/compose-versioning services: linx: image: andreimarcu/linx-server - env_file: /var/data/config/linx/linx.env command: -config /linx.conf volumes: - /var/data/linx/:/files/ @@ -87,4 +86,4 @@ Launch the Linx stack by running ```docker stack deploy linx -c