You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
302 B

version: '3'
services:
db:
image: mariadb:10.1
restart: always
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: koha_kohadev
MYSQL_USER: koha_kohadev
MYSQL_PASSWORD: password
networks:
- kohanet