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"
|
||||
|
||||
services:
|
||||
dashboard:
|
||||
image: phntxx/dashboard:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
ports:
|
||||
- 8080:8080
|
||||
dashboard:
|
||||
image: phntxx/dashboard:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
ports:
|
||||
- 8080:8080
|
||||
|
|
Loading…
Reference in a new issue