mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-15 02:36:38 +00:00
Remove linx.env
This commit is contained in:
@@ -50,7 +50,6 @@ version: "3.2" # https://docs.docker.com/compose/compose-file/compose-versioning
|
|||||||
services:
|
services:
|
||||||
linx:
|
linx:
|
||||||
image: andreimarcu/linx-server
|
image: andreimarcu/linx-server
|
||||||
env_file: /var/data/config/linx/linx.env
|
|
||||||
command: -config /linx.conf
|
command: -config /linx.conf
|
||||||
volumes:
|
volumes:
|
||||||
- /var/data/linx/:/files/
|
- /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/).
|
[^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"
|
||||||
|
|||||||
Reference in New Issue
Block a user