[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 - memcached
rabbitmq: rabbitmq:
image: rabbitmq image: docker.io/rabbitmq
volumes: volumes:
- ./.rabbitmq_plugins:/etc/rabbitmq/enabled_plugins - ./.rabbitmq_plugins:/etc/rabbitmq/enabled_plugins
networks: networks:
- koha - koha
db: db:
image: mariadb image: docker.io/mariadb:11
volumes: volumes:
- mariadb-koha:/var/lib/mysql - mariadb-koha:/var/lib/mysql
environment: environment:
@ -42,7 +42,7 @@ services:
- koha - koha
memcached: memcached:
image: memcached image: docker.io/memcached
networks: networks:
- koha - koha