working docker setup with Dockerhub
This commit is contained in:
parent
337c900770
commit
f7bcd24726
|
@ -1,4 +1,4 @@
|
||||||
IMAGE_REPO=tacticalrmm
|
IMAGE_REPO=tacticalrmm/
|
||||||
VERSION=latest
|
VERSION=latest
|
||||||
|
|
||||||
# tactical credentials (Used to login to dashboard)
|
# tactical credentials (Used to login to dashboard)
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
set -o errexit
|
set -o errexit
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
# tactical tactical-frontend tactical-nginx tactical-meshcentral tactical-salt
|
DOCKER_IMAGES="tactical tactical-frontend tactical-nginx tactical-meshcentral tactical-salt"
|
||||||
DOCKER_IMAGES="tactical"
|
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue