Skip to content

Commit

Permalink
Add GOGS_SSH_PORT to standalone command
Browse files Browse the repository at this point in the history
  • Loading branch information
davivcgarcia authored Mar 24, 2020
1 parent d3a77be commit 7c85825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This image was build using the [Red Hat Universal Base Image (UBI) 8](https://de
If you running standalone containers, you can use `podman` or `docker` with:

```bash
podman run -d -p 3000:3000 quay.io/davivcgarcia/ubi-gogs
podman run -d -p 3000:3000 -p 3022:3022 quay.io/davivcgarcia/ubi-gogs
```

If you running containers on OpenShift/Kubernetes, and have dynamic provisioning enabled, you can use `kubectl` or `oc` to deploy a `StatefulSet` with:
Expand Down

0 comments on commit 7c85825

Please sign in to comment.