diff --git a/install.sh b/install.sh index c8fe52d..62fece5 100755 --- a/install.sh +++ b/install.sh @@ -181,4 +181,4 @@ EOF cd "${CONFIG_DIR}" # Run docker compose -${DOCKER_COMPOSE_COMMAND} up -d \ No newline at end of file +${DOCKER_COMPOSE_COMMAND} pull && ${DOCKER_COMPOSE_COMMAND} up -d \ No newline at end of file