docker-compose now referencing dockerhub image

This commit is contained in:
2025-09-07 02:41:22 +00:00
parent bda6f999b7
commit eab8f10434

View File

@@ -1,6 +1,6 @@
services: services:
dosvault: dosvault:
build: . image: tty303/dosvault:latest
ports: ports:
- "${DOSVAULT_PORT:-8080}:8080" - "${DOSVAULT_PORT:-8080}:8080"
- "${DOSVAULT_WEBSOCKET_PORT:-8081}:8081" - "${DOSVAULT_WEBSOCKET_PORT:-8081}:8081"