docker-compose now referencing dockerhub image
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user