mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-01-23 02:14:33 +00:00
added compose file
This commit is contained in:
parent
0bfba9f6c9
commit
4111aa9d65
2 changed files with 17 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -37,3 +37,4 @@ meta/
|
|||
binaries/
|
||||
custom_pages/
|
||||
authfile
|
||||
_data/
|
||||
16
compose.yml
Normal file
16
compose.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
services:
|
||||
linx-server:
|
||||
container_name: linx-server
|
||||
build:
|
||||
context: .
|
||||
image: m-primo/linx-server:latest
|
||||
restart: unless-stopped
|
||||
command: -config /data/linx-server.conf
|
||||
volumes:
|
||||
- './_data/files:/data/files/'
|
||||
- './_data/meta:/data/meta/'
|
||||
- './_data/custom_pages/:/data/custom_pages/'
|
||||
- './_data/linx.conf:/data/linx-server.conf'
|
||||
- './_data/authfile:/data/authfile'
|
||||
ports:
|
||||
- '8080:8080'
|
||||
Loading…
Add table
Add a link
Reference in a new issue