Browse Source

Fix typo [skip ci]

Nicolas Meienberger 3 năm trước cách đây
mục cha
commit
92b1e1d42c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -37,7 +37,7 @@ services:
 
 
   dashboard:
   dashboard:
     image: meienberger/runtipi:${TIPI_VERSION}
     image: meienberger/runtipi:${TIPI_VERSION}
-    command: bash -c "cd /dasboard && npm run start"
+    command: bash -c "cd /dashboard && npm run start"
     restart: unless-stopped
     restart: unless-stopped
     container_name: dashboard
     container_name: dashboard
     ports:
     ports: