mirror of
https://github.com/skidoodle/ncore-stats.git
synced 2025-02-15 05:09:14 +01:00
Update readme.md
This commit is contained in:
parent
3498545d5c
commit
237ea8fe9b
1 changed files with 2 additions and 5 deletions
|
@ -41,7 +41,6 @@ To deploy the project using Docker Compose:
|
|||
1. Create the following `docker-compose.yml` file:
|
||||
|
||||
```yaml
|
||||
version: "3"
|
||||
services:
|
||||
trackncore:
|
||||
image: ghcr.io/skidoodle/trackncore:main
|
||||
|
@ -49,10 +48,8 @@ To deploy the project using Docker Compose:
|
|||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- data:/app
|
||||
- data:/app/data
|
||||
|
||||
volumes:
|
||||
data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue