1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00

Merge pull request #170 from geek-cookbook/Bencey-patch-2

Remove unnecessary .env file from linx recipe
This commit is contained in:
Benjamin Durham
2021-02-04 16:21:53 +13:00
committed by GitHub

View File

@@ -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 <path -to-docker
[^1]: Since the whole purpose of media/file sharing is to share stuff with **strangers**, this recipe doesn't take into account any sort of authentication using [Traefik Forward Auth](/ha-docker-swarm/traefik-forward-auth/).
--8<-- "recipe-footer.md"
--8<-- "recipe-footer.md"