im not proud of this

This commit is contained in:
Shihaam Abdul Rahman 2024-11-16 18:01:43 +05:00
parent 8422b4fe59
commit 8b97c65b55
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636
2 changed files with 3 additions and 3 deletions

View File

@ -3,4 +3,4 @@ services:
build: build:
context: ../../ context: ../../
dockerfile: .build/prod/Dockerfile dockerfile: .build/prod/Dockerfile
image: git.shihaam.me/shihaam/911 image: git.shihaam.dev/shihaam/911

View File

@ -1,13 +1,13 @@
## Run with docker run command ## 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 ## or with docker compose
```yaml ```yaml
services: services:
nineeleven: nineeleven:
image: git.shihaam.me/shihaam/911 image: git.shihaam.dev/shihaam/911
ports: ports:
- "8000:8000" - "8000:8000"
``` ```