docker-compose.yaml : disabled pulling for custom images

This commit is contained in:
saundersp
2024-07-22 22:04:49 +02:00
parent 294eb7fa5b
commit d83ddd04c1
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
services:
violajones-python:
image: saundersp/violajones-python
pull_policy: never
build: .
volumes:
- ./models:/home/ViolaJones/python/models