Tweaks to AdGuard volumes.
This commit is contained in:
+6
-27
@@ -76,32 +76,11 @@ services:
|
|||||||
- 53:53
|
- 53:53
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- bind:
|
- /etc/localtime:/etc/localtime:ro
|
||||||
create_host_path: true
|
- ${DOCKER_VOLUME_CONFIG}/adguard/work:/opt/adguardhome/work
|
||||||
read_only: true
|
- ${DOCKER_VOLUME_CONFIG}/adguard/conf:/opt/adguardhome/conf
|
||||||
source: /etc/localtime
|
- /rinoa-storage:/storage
|
||||||
target: /etc/localtime
|
- ${DOCKER_VOLUME_CONFIG}/swag/etc/letsencrypt/live/trez.wtf:/etc/ssl/certs
|
||||||
type: bind
|
|
||||||
- bind:
|
|
||||||
create_host_path: true
|
|
||||||
source: ${DOCKER_VOLUME_CONFIG}/adguard/work
|
|
||||||
target: /opt/adguardhome/work
|
|
||||||
type: bind
|
|
||||||
- bind:
|
|
||||||
create_host_path: true
|
|
||||||
source: ${DOCKER_VOLUME_CONFIG}/adguard/conf
|
|
||||||
target: /opt/adguardhome/conf
|
|
||||||
type: bind
|
|
||||||
- bind:
|
|
||||||
create_host_path: true
|
|
||||||
source: /rinoa-storage
|
|
||||||
target: /storage
|
|
||||||
type: bind
|
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/swag/etc/letsencrypt/live/trez.wtf
|
|
||||||
target: /etc/ssl/certs
|
|
||||||
type: bind
|
|
||||||
bind:
|
|
||||||
create_host_path: true
|
|
||||||
apprise-api:
|
apprise-api:
|
||||||
container_name: apprise-api
|
container_name: apprise-api
|
||||||
environment:
|
environment:
|
||||||
@@ -3735,7 +3714,7 @@ services:
|
|||||||
expose:
|
expose:
|
||||||
- 9000
|
- 9000
|
||||||
- 9443
|
- 9443
|
||||||
image: portainer/portainer-ce:2.27.0-alpine
|
image: portainer/portainer-ce:alpine
|
||||||
labels:
|
labels:
|
||||||
swag: enable
|
swag: enable
|
||||||
swag_proto: http
|
swag_proto: http
|
||||||
|
|||||||
Reference in New Issue
Block a user