Fix typo [skip ci]
This commit is contained in:
parent
3eab4f1125
commit
92b1e1d42c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ services:
|
|||
|
||||
dashboard:
|
||||
image: meienberger/runtipi:${TIPI_VERSION}
|
||||
command: bash -c "cd /dasboard && npm run start"
|
||||
command: bash -c "cd /dashboard && npm run start"
|
||||
restart: unless-stopped
|
||||
container_name: dashboard
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue