Skip to content

Commit

Permalink
Update docker-compose-prankweb.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skodapetr authored Jan 27, 2024
1 parent 4f56790 commit 0073dfe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose-prankweb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ services:
PRANKWEB_DATA_DOCKING: "/data/prankweb/docking/"
restart: unless-stopped
volumes:
- predictions:/data/prankweb
- predictions:/data/prankweb/predictions
- docking:/data/prankweb/docking
depends_on:
rabbitmq:
condition: service_healthy
Expand Down Expand Up @@ -122,4 +123,4 @@ volumes:
name: prankweb_services
docking:
external: True
name: prankweb_docking
name: prankweb_docking

0 comments on commit 0073dfe

Please sign in to comment.