diff --git a/mariadb/kodi/docker-compose.yml b/mariadb/kodi/docker-compose.yml index 4272f1e..ec3bee5 100644 --- a/mariadb/kodi/docker-compose.yml +++ b/mariadb/kodi/docker-compose.yml @@ -1,10 +1,10 @@ version: '3.1' services: db: - image: linuxserver/mariadb + image: mariadb restart: always ports: - 3306:3306 environment: - MARIADB_ROOT_PASSWORD=${MARIADB_ROOT_PASSWORD} - command: mariadbd --user=root --log-bin --binlog-format=MIXED --log-basename=1001 --server-id=1001 \ No newline at end of file + command: --user=root --log-bin --binlog-format=MIXED --log-basename=1001 --server-id=1001 \ No newline at end of file