From b941b3c80d788256b35ac9208815a8b926a84ead Mon Sep 17 00:00:00 2001 From: Robert Middleswarth <72569+rmiddle@users.noreply.github.com> Date: Sun, 3 Aug 2025 22:00:35 -0400 Subject: [PATCH] Update wordpress-stack.yml --- stack/wordpress-stack.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stack/wordpress-stack.yml b/stack/wordpress-stack.yml index b2fb95d..242dd3f 100644 --- a/stack/wordpress-stack.yml +++ b/stack/wordpress-stack.yml @@ -3,8 +3,8 @@ version: '3.1' services: wordpress: - image: wordpress - container_name: wordpress + image: wordpress:latest + container_name: wordpress:latest restart: unless-stopped ports: - ${WEB_SERVER_PORT}:80 @@ -36,4 +36,4 @@ volumes: db: networks: - wordpress: \ No newline at end of file + wordpress: