Add build pull_policy
This commit is contained in:
parent
cb5a375f92
commit
932bf27fb8
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ services:
|
||||||
image: mariadb:10.11
|
image: mariadb:10.11
|
||||||
command: --max-allowed-packet=64MB
|
command: --max-allowed-packet=64MB
|
||||||
restart: always
|
restart: always
|
||||||
|
pull_policy: build
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/matomo/db-data:/var/lib/mysql
|
- /docker/matomo/db-data:/var/lib/mysql
|
||||||
- /docker/matomo/logs:/var/log/matomo
|
- /docker/matomo/logs:/var/log/matomo
|
||||||
|
|
@ -24,6 +25,7 @@ services:
|
||||||
matomo:
|
matomo:
|
||||||
image: matomo:5-apache
|
image: matomo:5-apache
|
||||||
restart: always
|
restart: always
|
||||||
|
pull_policy: build
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/matomo/config:/var/www/html/config
|
- /docker/matomo/config:/var/www/html/config
|
||||||
- /docker/matomo/logs:/var/www/html/logs
|
- /docker/matomo/logs:/var/www/html/logs
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue