Compare commits
2 Commits
1edb5ad046
...
7191bc063c
Author | SHA1 | Date |
---|---|---|
Thomas | 7191bc063c | |
Thomas | df34a3f421 |
|
@ -2,7 +2,7 @@ version: '2.7'
|
|||
|
||||
services:
|
||||
piston_api:
|
||||
build: api
|
||||
image: ghcr.io/engineer-man/piston
|
||||
restart: always
|
||||
ports:
|
||||
- 2000:2000
|
||||
|
|
|
@ -117,10 +117,7 @@ cd cli && npm i && cd -
|
|||
### Installation
|
||||
|
||||
```sh
|
||||
echo "$GITHUB_TOKEN" | docker login https://docker.pkg.github.com -u "$GITHUB_USERNAME" --password-stdin
|
||||
# Change out the $GITHUB_TOKEN and $GITHUB_USERNAME with appropritate values
|
||||
|
||||
docker run -v $PWD:'/piston' --tmpfs /piston/jobs -dit -p 2000:2000 --name piston_api docker.pkg.github.com/engineer-man/piston/api:latest
|
||||
docker run -v $PWD:'/piston' --tmpfs /piston/jobs -dit -p 2000:2000 --name piston_api ghcr.io/engineer-man/piston
|
||||
```
|
||||
|
||||
<br>
|
||||
|
|
Loading…
Reference in New Issue