Compare commits
3 Commits
dad43879b2
...
e0ffb8636d
| Author | SHA1 | Date | |
|---|---|---|---|
|
e0ffb8636d
|
|||
|
5ccee8e0a1
|
|||
|
a66b5fdc3d
|
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
dozzle_app:
|
||||
image: amir20/dozzle:v10.0.0
|
||||
image: amir20/dozzle:v10.0.2
|
||||
container_name: dozzle_app
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
netdata:
|
||||
image: netdata/netdata:v2.8.5
|
||||
image: netdata/netdata:v2.9.0
|
||||
container_name: netdata
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
# See sample https://github.com/outline/outline/blob/main/.env.sample
|
||||
|
||||
outline_app:
|
||||
image: outlinewiki/outline:1.4.0
|
||||
image: outlinewiki/outline:1.5.0
|
||||
container_name: outline_app
|
||||
user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}"
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user