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

Remove linx.env

This commit is contained in:
Benjamin Durham
2021-02-04 16:01:34 +13:00
committed by GitHub
parent 041438814a
commit 73605c9878

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"