Skip to content

Commit

Permalink
testing all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
star3am committed Jul 25, 2024
1 parent 37d4f1e commit 007336b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -71,9 +71,9 @@ services:
- "6001:6001" # trex
- "18043:18043" # argocd
# Build the container from the Dockerfile before we run it
# build:
# context: .
# dockerfile: ./Dockerfile
build:
context: .
dockerfile: ./Dockerfile
network_mode: "bridge"
volumes:
# Mounts the project folder into the container
Expand Down

0 comments on commit 007336b

Please sign in to comment.