Update docker-compose.yml to use registry image and custom port 19953

This commit is contained in:
chaos
2026-03-17 00:42:00 +08:00
parent 4e560b3341
commit 16c1aa982d
2 changed files with 7 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
services:
vox:
build: .
image: gitea.qxy1828.com/chaos/vox:latest
container_name: vox-app
ports:
- "1995:1995"
- "19953:1995"
volumes:
- ./data.db:/app/data.db
restart: always