You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
396 B
15 lines
396 B
version: "3" |
|
services: |
|
linx: |
|
#image: andreimarcu/linx-server:latest |
|
build: |
|
context: linx-server |
|
restart: always |
|
command: -config /data/linx-server.conf |
|
volumes: |
|
- ./data/linx/files:/data/files |
|
- ./data/linx/meta:/data/meta |
|
- ./data/linx/locks:/data/locks |
|
- ./configs/linx-server.conf:/data/linx-server.conf |
|
ports: |
|
- 127.0.0.1:87:8080
|
|
|