Skip to content

Commit

Permalink
Add docker registry URL to image name (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
dengelt committed Jul 8, 2024
1 parent c3484ee commit f95355b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/soarca/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
mongodb_container:
image: mongo:latest
image: docker.io/mongo:latest
container_name: mongo_soarca_stack
environment:
MONGO_INITDB_ROOT_USERNAME: "root"
Expand All @@ -14,7 +14,7 @@ services:
target: /data/db

mosquitto:
image: eclipse-mosquitto
image: docker.io/eclipse-mosquitto
container_name: mosquitto
volumes:
- type: volume
Expand All @@ -39,7 +39,7 @@ services:
mode: host

soarca:
image: cossas/soarca:latest
image: docker.io/cossas/soarca:latest
container_name: soarca_server
environment:
PORT: 8080
Expand Down

0 comments on commit f95355b

Please sign in to comment.