docker-compose: tabs → spaces

docker-compose doesn't do tabs.
This commit is contained in:
jtagcat 2021-09-17 14:20:27 +00:00 committed by GitHub
parent cc73be782b
commit f7d9e08006
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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