mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-17 23:45:55 +00:00
Adding how to run with the readme
This commit is contained in:
@@ -122,4 +122,21 @@ return [
|
|||||||
// ...
|
// ...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Running With Docker
|
||||||
|
|
||||||
|
To run Expose with docker use the included `docker-compose.yaml`. Copy `.env-example` to `.env` and update the configuration.
|
||||||
|
|
||||||
|
```
|
||||||
|
PORT=8080
|
||||||
|
DOMAIN=example.com
|
||||||
|
ADMIN_USERNAME=username
|
||||||
|
ADMIN_PASSWORD=password
|
||||||
|
```
|
||||||
|
|
||||||
|
After updating the environemtn variables you can start the server:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker-compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
Now that your basic expose server is running, let's take a look at how you can add SSL support.
|
Now that your basic expose server is running, let's take a look at how you can add SSL support.
|
||||||
|
|||||||
Reference in New Issue
Block a user