mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 02:35:42 -04:00
feat: add bindable working dir /usr/bin/app
working directory can now be bound to user host machine
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
services:
|
||||
|
||||
tvapp2:
|
||||
container_name: ${TVAPP2CONTAINER_NAME:-tvapp2}
|
||||
# image: ghcr.io/aetherinox/tvapp2:latest
|
||||
container_name: tvapp2
|
||||
image: tvapp2:latest
|
||||
hostname: tvapp2
|
||||
environment:
|
||||
@@ -12,6 +11,7 @@ services:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./config:/config
|
||||
- ./data:/usr/bin/app
|
||||
ulimits:
|
||||
memlock:
|
||||
soft: -1
|
||||
|
||||
Reference in New Issue
Block a user