Skip to content

Commit

Permalink
Update docker-compose-prankweb.yml
Browse files Browse the repository at this point in the history
Fix lock directory
  • Loading branch information
skodapetr authored Jan 27, 2024
1 parent 0073dfe commit 873309f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-prankweb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
condition: service_healthy
environment:
CELERY_BROKER_URL: "amqp://${RABBITMQ_DEFAULT_USER}:${RABBITMQ_DEFAULT_PASS}@rabbitmq:5672"
LOCK_DIRECTORY: "/data/prankweb/lock"
LOCK_DIRECTORY: "/data/prankweb/predictions/lock"
restart: unless-stopped
volumes:
- conservation:/data/conservation
Expand Down

0 comments on commit 873309f

Please sign in to comment.