Skip to content

Commit

Permalink
Make image URL explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
lvarin committed Dec 22, 2023
1 parent a508146 commit 7639f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ services:
- "5672:5672"

mongodb:
image: mongo:3.2
image: docker.io/library/mongo:3.2
restart: unless-stopped
volumes:
- ../data/cwl_wes/db:/data/db
ports:
- "27017:27017"

flower:
image: mher/flower:0.9.7
image: docker.io/mher/flower:0.9.7
restart: unless-stopped
links:
- wes-worker
Expand Down

0 comments on commit 7639f63

Please sign in to comment.