1
0
mirror of https://github.com/vrtmrz/obsidian-livesync.git synced 2025-01-17 18:26:11 +02:00

Merge pull request #389 from Seeker0472/fix-command

Fixed docker-compose command in docs
This commit is contained in:
vorotamoroz 2024-03-19 14:06:23 +09:00 committed by GitHub
commit 0313443b29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,7 @@ services:
最后, 创建并启动容器:
```
# -d will launch detached so the container runs in background
docker compose up -d
docker-compose up -d
```
## 创建数据库