From 6f19c5f503e0a41dda6e03e6caabf7e65741f61e Mon Sep 17 00:00:00 2001 From: Riaan Nolan Date: Thu, 25 Jul 2024 21:46:55 +0000 Subject: [PATCH] specify image in docker-compose file, faster startup --- docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index da27563..73078d9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.8" services: hashiqube: - # image: ghcr.io/star3am/hashiqube:latest + image: ghcr.io/star3am/hashiqube:latest privileged: true tty: true cgroup: host @@ -70,10 +70,10 @@ services: - "3001:3001" # uptime-kuma - "6001:6001" # trex - "18043:18043" # argocd - # Build the container from the Dockerfile before we run it - build: - context: . - dockerfile: ./Dockerfile + # Build the container from the Dockerfile for development purposes + # build: + # context: . + # dockerfile: ./Dockerfile network_mode: "bridge" volumes: # Mounts the project folder into the container