Update ss_webhosting.yaml

master
Dex Burgess 2025-05-31 17:30:01 +00:00
parent 1ab3370490
commit e4adfc544e
1 changed files with 11 additions and 11 deletions

View File

@ -44,17 +44,17 @@ services:
volumes:
- /ss_webhosting/phlares_website:/var/www/html
allthingsnd_website:
image: wordpress
container_name: allthingsnd_website
restart: always
environment:
WORDPRESS_DB_HOST: mariadb_webhosting
WORDPRESS_DB_USER: allthingsnd
WORDPRESS_DB_PASSWORD: $ALLTHINGSND_DB_PASS
WORDPRESS_DB_NAME: allthingsnd
volumes:
- /ss_webhosting/allthingsnd_website:/var/www/html
#allthingsnd_website:
# image: wordpress
# container_name: allthingsnd_website
# restart: always
# environment:
# WORDPRESS_DB_HOST: mariadb_webhosting
# WORDPRESS_DB_USER: allthingsnd
# WORDPRESS_DB_PASSWORD: $ALLTHINGSND_DB_PASS
# WORDPRESS_DB_NAME: allthingsnd
# volumes:
# - /ss_webhosting/allthingsnd_website:/var/www/html
networks: