Merge pull request #35 from jtagcat/patch-1
docker-compose: tabs → spaces
This commit is contained in:
commit
9a7fdb6f81
1 changed files with 7 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
dashboard:
|
dashboard:
|
||||||
image: phntxx/dashboard:latest
|
image: phntxx/dashboard:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
|
|
Loading…
Reference in a new issue