feat: add bindable working dir /usr/bin/app

working directory can now be bound to user host machine
This commit is contained in:
2025-02-23 06:03:13 -07:00
parent 71027041c8
commit 6228c9ec08
5 changed files with 19 additions and 9 deletions

View File

@@ -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