mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-09 16:00:09 +00:00
chore: attribute version is obsolete
This commit is contained in:
parent
b609e4973c
commit
c2f696d0a4
3 changed files with 0 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
|||
# For details and other explanations about this file refer to:
|
||||
# https://github.com/vrtmrz/obsidian-livesync/blob/main/docs/setup_own_server.md#traefik
|
||||
|
||||
version: "2.1"
|
||||
services:
|
||||
couchdb:
|
||||
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`.
|
||||
|
||||
```yaml
|
||||
version: "2.1"
|
||||
services:
|
||||
couchdb:
|
||||
image: couchdb:latest
|
||||
|
|
|
|||
|
|
@ -71,7 +71,6 @@ obsidian-livesync
|
|||
|
||||
可以参照以下内容编辑 `docker-compose.yml`:
|
||||
```yaml
|
||||
version: "2.1"
|
||||
services:
|
||||
couchdb:
|
||||
image: couchdb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue