From 8b97c65b55a388b6f052ac3836eb421698cbba1d Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sat, 16 Nov 2024 18:01:43 +0500 Subject: [PATCH] im not proud of this --- .build/prod/compose.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.build/prod/compose.yml b/.build/prod/compose.yml index a39ee96..bb5717c 100644 --- a/.build/prod/compose.yml +++ b/.build/prod/compose.yml @@ -3,4 +3,4 @@ services: build: context: ../../ dockerfile: .build/prod/Dockerfile - image: git.shihaam.me/shihaam/911 + image: git.shihaam.dev/shihaam/911 diff --git a/README.md b/README.md index 406e02c..b33dca2 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ ## Run with docker run command ``` -docker run -d -p 8000:8000 git.shihaam.me/shihaam/911 +docker run -d -p 8000:8000 git.shihaam.dev/shihaam/911 ``` ## or with docker compose ```yaml services: nineeleven: - image: git.shihaam.me/shihaam/911 + image: git.shihaam.dev/shihaam/911 ports: - "8000:8000" ```