Adguard changes.
This commit is contained in:
+6
-6
@@ -77,31 +77,31 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- bind:
|
- bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
read_only: true
|
read_only: true
|
||||||
source: /etc/localtime
|
source: /etc/localtime
|
||||||
target: /etc/localtime
|
target: /etc/localtime
|
||||||
type: bind
|
type: bind
|
||||||
- bind:
|
- bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
source: ${DOCKER_VOLUME_CONFIG}/adguard/work
|
source: ${DOCKER_VOLUME_CONFIG}/adguard/work
|
||||||
target: /opt/adguardhome/work
|
target: /opt/adguardhome/work
|
||||||
type: bind
|
type: bind
|
||||||
- bind:
|
- bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
source: ${DOCKER_VOLUME_CONFIG}/adguard/conf
|
source: ${DOCKER_VOLUME_CONFIG}/adguard/conf
|
||||||
target: /opt/adguardhome/conf
|
target: /opt/adguardhome/conf
|
||||||
type: bind
|
type: bind
|
||||||
- bind:
|
- bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
source: /rinoa-storage
|
source: /rinoa-storage
|
||||||
target: /storage
|
target: /storage
|
||||||
type: bind
|
type: bind
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/swag/etc/letsencrypt/archive/trez.wtf
|
- source: ${DOCKER_VOLUME_CONFIG}/swag/etc/letsencrypt/live/trez.wtf
|
||||||
target: /etc/ssl/certs
|
target: /etc/ssl/certs
|
||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
apprise-api:
|
apprise-api:
|
||||||
container_name: apprise-api
|
container_name: apprise-api
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user