Add build pull_policy

This commit is contained in:
TheMaddax 2024-12-11 22:38:01 -06:00
parent cb5a375f92
commit 932bf27fb8

View file

@ -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