From 659ad2d308c3471f73d3cc39db79d869b7c49408 Mon Sep 17 00:00:00 2001 From: jonah-mod Date: Sun, 16 Nov 2025 22:09:45 +0330 Subject: [PATCH 1/3] again --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 4c968d7..d32ca21 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -docker-compose.yml linguist-language=Dockerfile \ No newline at end of file +docker-compose.yml linguist-language=Docker Compose YAML \ No newline at end of file From 3e0b13f6298f47f5ded4bfbbf139cc9d55251c93 Mon Sep 17 00:00:00 2001 From: jonah-mod Date: Sun, 16 Nov 2025 22:16:11 +0330 Subject: [PATCH 2/3] .gitattributes fixed --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index d32ca21..4c968d7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -docker-compose.yml linguist-language=Docker Compose YAML \ No newline at end of file +docker-compose.yml linguist-language=Dockerfile \ No newline at end of file From dd60f3ef2369b22365efb51f8d3aec9d20404454 Mon Sep 17 00:00:00 2001 From: younesmod Date: Mon, 17 Nov 2025 09:44:53 +0330 Subject: [PATCH 3/3] docker-compose images updates --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index cfaee0d..46be566 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: db: - image: mysql:8.0 + image: ghcr.io/younesmod/mysql:8.0 container_name: wp_mysql restart: unless-stopped environment: @@ -19,7 +19,7 @@ services: retries: 5 wordpress: - image: wordpress:latest + image: ghcr.io/younesmod/wordpress:latest container_name: wp_app depends_on: db: