.
This commit is contained in:
13
notes.md
13
notes.md
@@ -5,9 +5,16 @@
|
||||
|
||||
Base all volumes on `/home/rcadmin/docker/`
|
||||
|
||||
docker stack deploy -c compose.yml <name>
|
||||
|
||||
```
|
||||
networks:
|
||||
- dozzle
|
||||
|
||||
deploy:
|
||||
mode: global
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
labels:
|
||||
- homepage.group=Information
|
||||
- homepage.name=FreshRSS
|
||||
@@ -19,8 +26,14 @@ Base all volumes on `/home/rcadmin/docker/`
|
||||
- homepage.widget.url=http://192.168.50.201:8083
|
||||
- homepage.widget.username=kim
|
||||
- homepage.widget.password=homekbr1998
|
||||
networks:
|
||||
dozzle:
|
||||
driver: overlay
|
||||
attachable: true
|
||||
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
version: '3.8'
|
||||
services:
|
||||
|
||||
Reference in New Issue
Block a user