fix image naming & tagging
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user