Update ss_webhosting.yaml
parent
1ab3370490
commit
e4adfc544e
|
@ -44,17 +44,17 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /ss_webhosting/phlares_website:/var/www/html
|
- /ss_webhosting/phlares_website:/var/www/html
|
||||||
|
|
||||||
allthingsnd_website:
|
#allthingsnd_website:
|
||||||
image: wordpress
|
# image: wordpress
|
||||||
container_name: allthingsnd_website
|
# container_name: allthingsnd_website
|
||||||
restart: always
|
# restart: always
|
||||||
environment:
|
# environment:
|
||||||
WORDPRESS_DB_HOST: mariadb_webhosting
|
# WORDPRESS_DB_HOST: mariadb_webhosting
|
||||||
WORDPRESS_DB_USER: allthingsnd
|
# WORDPRESS_DB_USER: allthingsnd
|
||||||
WORDPRESS_DB_PASSWORD: $ALLTHINGSND_DB_PASS
|
# WORDPRESS_DB_PASSWORD: $ALLTHINGSND_DB_PASS
|
||||||
WORDPRESS_DB_NAME: allthingsnd
|
# WORDPRESS_DB_NAME: allthingsnd
|
||||||
volumes:
|
# volumes:
|
||||||
- /ss_webhosting/allthingsnd_website:/var/www/html
|
# - /ss_webhosting/allthingsnd_website:/var/www/html
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue