Update wordpress-stack.yml

This commit is contained in:
Robert Middleswarth
2025-08-03 22:00:35 -04:00
committed by GitHub
parent 36548522dd
commit b941b3c80d

View File

@@ -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:
wordpress: