mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-13 01:35:57 +00:00
fix docker-compose command
This commit is contained in:
@@ -91,7 +91,7 @@ services:
|
|||||||
最后, 创建并启动容器:
|
最后, 创建并启动容器:
|
||||||
```
|
```
|
||||||
# -d will launch detached so the container runs in background
|
# -d will launch detached so the container runs in background
|
||||||
docker compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
## 创建数据库
|
## 创建数据库
|
||||||
|
|||||||
Reference in New Issue
Block a user