server directory can now be binded

This commit is contained in:
Doc
2024-08-07 12:18:31 +02:00
parent 76de57b7b7
commit c54ebea0eb
3 changed files with 21 additions and 7 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
vintageserver:
container_name: vintageserver
image: 'git.protron.dev/doc/vintagecontainer:1.0'
user: "${UID}:${GID}"
ports:
- '42420:42420'
volumes:
- ./server:/home/vintagestory/server
- ./data:/var/vintagestory/data