working docker setup with Dockerhub

This commit is contained in:
sadnub 2020-11-19 23:34:50 -05:00
parent 337c900770
commit f7bcd24726
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
IMAGE_REPO=tacticalrmm
IMAGE_REPO=tacticalrmm/
VERSION=latest
# tactical credentials (Used to login to dashboard)

View File

@ -5,8 +5,7 @@
set -o errexit
set -o pipefail
# tactical tactical-frontend tactical-nginx tactical-meshcentral tactical-salt
DOCKER_IMAGES="tactical"
DOCKER_IMAGES="tactical tactical-frontend tactical-nginx tactical-meshcentral tactical-salt"
cd ..