Further volume mapping fixes.
This commit is contained in:
+6
-30
@@ -3956,11 +3956,7 @@ services:
|
|||||||
default: null
|
default: null
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- source: reactive-resume-pg
|
- reactive-resume-pg:/var/lib/postgresql/data
|
||||||
target: /var/lib/postgresql/data
|
|
||||||
type: bind
|
|
||||||
bind:
|
|
||||||
create_host_path: true
|
|
||||||
readarr:
|
readarr:
|
||||||
container_name: readarr
|
container_name: readarr
|
||||||
environment:
|
environment:
|
||||||
@@ -6050,11 +6046,7 @@ services:
|
|||||||
default: null
|
default: null
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- source: traccar-pg
|
- traccar-pg:/var/lib/postgresql/data
|
||||||
target: /var/lib/postgresql/data
|
|
||||||
type: bind
|
|
||||||
bind:
|
|
||||||
create_host_path: true
|
|
||||||
unmanic:
|
unmanic:
|
||||||
container_name: unmanic
|
container_name: unmanic
|
||||||
environment:
|
environment:
|
||||||
@@ -6228,16 +6220,8 @@ services:
|
|||||||
target: 80
|
target: 80
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- source: wallos-db
|
- wallos-db:/var/www/html/db
|
||||||
target: /var/www/html/db
|
- wallos-logos:/var/www/html/images/uploads/logos
|
||||||
type: bind
|
|
||||||
bind:
|
|
||||||
create_host_path: true
|
|
||||||
- source: wallos-logos
|
|
||||||
target: /var/www/html/images/uploads/logos
|
|
||||||
type: bind
|
|
||||||
bind:
|
|
||||||
create_host_path: true
|
|
||||||
watchtower:
|
watchtower:
|
||||||
container_name: watchtower
|
container_name: watchtower
|
||||||
environment:
|
environment:
|
||||||
@@ -6797,11 +6781,7 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
user: "0:0"
|
user: "0:0"
|
||||||
volumes:
|
volumes:
|
||||||
- source: zammad-storage
|
- zammad-storage:/opt/zammad/storage
|
||||||
target: /opt/zammad/storage
|
|
||||||
type: volume
|
|
||||||
bind:
|
|
||||||
create_host_path: true
|
|
||||||
zammad-memcached:
|
zammad-memcached:
|
||||||
command: memcached -m 256M
|
command: memcached -m 256M
|
||||||
container_name: zammad-memcached
|
container_name: zammad-memcached
|
||||||
@@ -6863,11 +6843,7 @@ services:
|
|||||||
default: null
|
default: null
|
||||||
restart: ${ZAMMAD_RESTART}
|
restart: ${ZAMMAD_RESTART}
|
||||||
volumes:
|
volumes:
|
||||||
- source: zammad-storage
|
- zammad-storage:/opt/zammad/storage
|
||||||
target: /opt/zammad/storage
|
|
||||||
type: bind
|
|
||||||
bind:
|
|
||||||
create_host_path: true
|
|
||||||
zammad-postgresql:
|
zammad-postgresql:
|
||||||
container_name: zammad-postgresql
|
container_name: zammad-postgresql
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user