im not proud of this
This commit is contained in:
parent
8422b4fe59
commit
8b97c65b55
@ -3,4 +3,4 @@ services:
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: .build/prod/Dockerfile
|
||||
image: git.shihaam.me/shihaam/911
|
||||
image: git.shihaam.dev/shihaam/911
|
||||
|
@ -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"
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user