docker-compose.yaml : disabled pulling for custom images

This commit is contained in:
saundersp 2024-07-22 22:11:05 +02:00
parent 73d0996c30
commit 0cd833a07d

View File

@ -1,4 +1,5 @@
services: services:
sorting_algorithms: sorting_algorithms:
image: saundersp/sorting_algorithms image: saundersp/sorting_algorithms
pull_policy: never
build: . build: .