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
|
||||
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
|
||||
|
||||
When you first run the application you will be asked to create a new account,
|
||||
|
@@ -9,7 +9,7 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
environment:
|
||||
- SECURE=false
|
||||
- SECURE=${SECURE}
|
||||
ports:
|
||||
- "3000:3000"
|
||||
restart: always
|
||||
|
Reference in New Issue
Block a user