diff --git a/mariadb/kodi/docker-compose.yml b/mariadb/kodi/docker-compose.yml index 76604ef..4f58a2b 100644 --- a/mariadb/kodi/docker-compose.yml +++ b/mariadb/kodi/docker-compose.yml @@ -7,9 +7,4 @@ services: - 3306:3306 environment: - MARIADB_ROOT_PASSWORD=${MARIADB_ROOT_PASSWORD} - command: --log-bin --binlog-format=MIXED --log-basename=1001 --server-id=1001 - adminer: - image: adminer - restart: always - ports: - - 8080:8080 \ No newline at end of file + command: --log-bin --binlog-format=MIXED --log-basename=1001 --server-id=1001 \ No newline at end of file