Update docker-compose.yml to use registry image and custom port 19953
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user