aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2025-01-05 20:58:53 +0000
committerMatthew Lemon <y@yulqen.org>2025-01-05 20:58:53 +0000
commit1b08e7c8e35f1be532b5dca377f83662c21943a1 (patch)
treebbee0d25830ebf81e779a6ccaa45577c44a002b7
parente4d0ac33ecfaf6c48cf4d747d88b9497b4cb3bcb (diff)
compose uses dockerhub image file now
-rw-r--r--docker-compose.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 417d8ad..f17d14e 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -1,6 +1,6 @@
services:
web:
- build: .
+ image: haircode/alphabetlearning:latest
ports:
- "8020:8020"
volumes: