mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-05-17 00:16:06 +03:00
chore: attribute version is obsolete
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
# For details and other explanations about this file refer to:
|
# For details and other explanations about this file refer to:
|
||||||
# https://github.com/vrtmrz/obsidian-livesync/blob/main/docs/setup_own_server.md#traefik
|
# https://github.com/vrtmrz/obsidian-livesync/blob/main/docs/setup_own_server.md#traefik
|
||||||
|
|
||||||
version: "2.1"
|
|
||||||
services:
|
services:
|
||||||
couchdb:
|
couchdb:
|
||||||
image: couchdb:latest
|
image: couchdb:latest
|
||||||
|
|||||||
@@ -230,7 +230,6 @@ And, be sure to check the server log and be careful of malicious access.
|
|||||||
If you are using Traefik, this [docker-compose.yml](https://github.com/vrtmrz/obsidian-livesync/blob/main/docker-compose.traefik.yml) file (also pasted below) has all the right CORS parameters set. It assumes you have an external network called `proxy`.
|
If you are using Traefik, this [docker-compose.yml](https://github.com/vrtmrz/obsidian-livesync/blob/main/docker-compose.traefik.yml) file (also pasted below) has all the right CORS parameters set. It assumes you have an external network called `proxy`.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: "2.1"
|
|
||||||
services:
|
services:
|
||||||
couchdb:
|
couchdb:
|
||||||
image: couchdb:latest
|
image: couchdb:latest
|
||||||
|
|||||||
@@ -71,7 +71,6 @@ obsidian-livesync
|
|||||||
|
|
||||||
可以参照以下内容编辑 `docker-compose.yml`:
|
可以参照以下内容编辑 `docker-compose.yml`:
|
||||||
```yaml
|
```yaml
|
||||||
version: "2.1"
|
|
||||||
services:
|
services:
|
||||||
couchdb:
|
couchdb:
|
||||||
image: couchdb
|
image: couchdb
|
||||||
|
|||||||
Reference in New Issue
Block a user