diff --git a/compose.yaml b/compose.yaml index f99fd65..ebed62b 100644 --- a/compose.yaml +++ b/compose.yaml @@ -51,7 +51,7 @@ services: phpmyadmin: image: phpmyadmin:latest ports: - - "8080:80" + - "8888:80" environment: PMA_HOST: mysql PMA_PORT: 3306