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:
@@ -41,7 +41,6 @@ To deploy the project using Docker Compose:
|
|||||||
1. Create the following `docker-compose.yml` file:
|
1. Create the following `docker-compose.yml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
trackncore:
|
trackncore:
|
||||||
image: ghcr.io/skidoodle/trackncore:main
|
image: ghcr.io/skidoodle/trackncore:main
|
||||||
@@ -49,11 +48,9 @@ To deploy the project using Docker Compose:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
volumes:
|
volumes:
|
||||||
- data:/app
|
- data:/app/data
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
data:
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user