aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2022-06-04 11:55:14 -0700
committerGravatar Mark <[email protected]>2022-06-04 12:01:44 -0700
commit556358e56990dcc9b4acfff12d1bf0dc269db479 (patch)
treeb42e7cecfd5c429b16cb586cb752fde720f08f46
parentAdd black and isort (diff)
Docker: never pull image when using Docker Compose
Force the image to be built if it doesn't exist.
-rw-r--r--docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index aa1a0f5..07548cd 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -6,6 +6,7 @@ services:
hostname: snekbox_dev
privileged: true
image: ghcr.io/python-discord/snekbox${IMAGE_SUFFIX:--venv:dev}
+ pull_policy: never
ports:
- 8060:8060
init: true