[example] Explicitly specify image source

This commit is contained in:
Theodoros Grammenos 2023-12-26 01:38:24 +02:00
parent 8b2d3a6823
commit 30b8655b31
No known key found for this signature in database
GPG key ID: D25FBC869FCFEBDE

View file

@ -23,14 +23,14 @@ services:
- memcached
rabbitmq:
image: rabbitmq
image: docker.io/rabbitmq
volumes:
- ./.rabbitmq_plugins:/etc/rabbitmq/enabled_plugins
networks:
- koha
db:
image: mariadb
image: docker.io/mariadb:11
volumes:
- mariadb-koha:/var/lib/mysql
environment:
@ -42,7 +42,7 @@ services:
- koha
memcached:
image: memcached
image: docker.io/memcached
networks:
- koha