mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2026-01-12 04:11:43 +00:00
clean-up docker-compose files: remove version and ---
This commit is contained in:
@@ -15,8 +15,6 @@ A Joplin server to that stores your notes
|
||||
## docker-compose.yml
|
||||
|
||||
```yml
|
||||
---
|
||||
version: '3.4'
|
||||
|
||||
x-common-variables: &common-variables
|
||||
ORIGINS: "'http://localhost', 'http://192.168.1.24' , 'https://my-ddns-domain.com'"
|
||||
@@ -51,17 +49,17 @@ volumes:
|
||||
|
||||
networks:
|
||||
joplin-net: {}
|
||||
```
|
||||
```
|
||||
|
||||
## Tips & Tricks
|
||||
|
||||
###
|
||||
You can access your notebooks: https://your_domain/joplin (⚠ don't forget the /joplin ⚠)
|
||||
|
||||
- first you set up url/admin and then login to url/joplin
|
||||
- first you set up url/admin and then login to url/joplin
|
||||
mind the /admin and /joplin
|
||||
|
||||
- for webdav sync you can select the nextcloud option
|
||||
- for webdav sync you can select the nextcloud option
|
||||
|
||||
- To decryt the notes run
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ This is the Joplin sync server.
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
services:
|
||||
db:
|
||||
image: postgres:13.1
|
||||
|
||||
@@ -14,7 +14,6 @@ An open-source, self-hosted memo hub with knowledge management and collaboration
|
||||
|
||||
## docker-compose.yml
|
||||
```yaml
|
||||
---
|
||||
services:
|
||||
memos:
|
||||
image: neosmemo/memos:latest
|
||||
|
||||
Reference in New Issue
Block a user