Skip to content

Commit

Permalink
specify image in docker-compose file, faster startup
Browse files Browse the repository at this point in the history
  • Loading branch information
star3am committed Jul 25, 2024
1 parent 8ddf67e commit 6f19c5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6f19c5f

Please sign in to comment.