fix image naming & tagging

This commit is contained in:
Elijah Duffy
2025-12-07 18:24:08 -08:00
parent 9f2d94a878
commit bfccacb192
2 changed files with 15 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ services:
- db_data:/var/lib/mysql
php-fpm:
image: gitea.auvem.com/auvem/wordpress-php-fpm:7.4-stable
image: gitea.auvem.com/auvem/wordpress-docker/php-fpm:7.4-stable
restart: unless-stopped
environment:
WORDPRESS_DB_HOST: db:3306
@@ -84,7 +84,7 @@ services:
- ./wp_root:/var/www/html:rw
nginx:
image: gitea.auvem.com/auvem/wordpress-nginx:stable
image: gitea.auvem.com/auvem/wordpress-docker/nginx:stable
ports:
- "80:80"
depends_on: