Update ss_webhosting.yaml
parent
b7765e6d03
commit
f23d6a133f
|
@ -44,6 +44,18 @@ services:
|
|||
volumes:
|
||||
- /ss_webhosting/phlares_website:/var/www/html
|
||||
|
||||
xfradio_website:
|
||||
image: wordpress
|
||||
container_name: xfradio_website
|
||||
restart: always
|
||||
environment:
|
||||
WORDPRESS_DB_HOST: mariadb_webhosting
|
||||
WORDPRESS_DB_USER: xfradio
|
||||
WORDPRESS_DB_PASSWORD: $XFRADIO_DB_PASS
|
||||
WORDPRESS_DB_NAME: xfradio
|
||||
volumes:
|
||||
- /ss_webhosting/xfradio_website:/var/www/html
|
||||
|
||||
#allthingsnd_website:
|
||||
# image: wordpress
|
||||
# container_name: allthingsnd_website
|
||||
|
|
Loading…
Reference in New Issue