Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fipso committed Jan 26, 2024
1 parent 786274a commit 3cc0d20
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ Status: Alpha ~ Should work
- Only deploy code you trust as docker containers provide no safety

### Usage
- Using docker:
- `docker run -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/fipso/runner:main`
- Using docker in docker:
- curl -O "https://raw.githubusercontent.com/fipso/runner/main/docker-compose.yml"
- Edit file and update domain
- sudo docker-compose up -d
- Using a binary:
- Download a runner build artifact
- ./runner -d mydomain.com
- ./runner -domain mydomain.com -ssl

### Dev Usage
- Start dev backend:
Expand Down

0 comments on commit 3cc0d20

Please sign in to comment.