mirror of
https://github.com/airlabspl/uptimemonitor.git
synced 2025-08-14 12:19:19 +02:00
update docker readme
This commit is contained in:
@@ -36,6 +36,12 @@ chmod +x uptimemonitor
|
|||||||
You can also use provided `Dockerfile` and `docker-compose.yml` for reference to
|
You can also use provided `Dockerfile` and `docker-compose.yml` for reference to
|
||||||
run the app using Docker.
|
run the app using Docker.
|
||||||
|
|
||||||
|
For example, to run a local copy without https enabled:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
SECURE=false COOLIFY_VOLUME_APP=~/testdata docker-compose up
|
||||||
|
```
|
||||||
|
|
||||||
## First run
|
## First run
|
||||||
|
|
||||||
When you first run the application you will be asked to create a new account,
|
When you first run the application you will be asked to create a new account,
|
||||||
|
@@ -9,7 +9,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
environment:
|
environment:
|
||||||
- SECURE=false
|
- SECURE=${SECURE}
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
restart: always
|
restart: always
|
||||||
|
Reference in New Issue
Block a user