Update ss_webhosting.yaml

master
Dex Burgess 2023-11-11 04:57:21 +00:00
parent 1bfc82a81c
commit 012637adc5
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ services:
- PGID=1000 - PGID=1000
- MYSQL_ROOT_PASSWORD=$MYSQL_ROOT_PASSWORD - MYSQL_ROOT_PASSWORD=$MYSQL_ROOT_PASSWORD
volumes: volumes:
- /webhosting/mariadb:/config - /ss_webhosting/mariadb:/config
ports: ports:
- 3306:3306 - 3306:3306
@ -48,7 +48,7 @@ services:
WORDPRESS_DB_PASSWORD: $PHLARES_DB_PASS WORDPRESS_DB_PASSWORD: $PHLARES_DB_PASS
WORDPRESS_DB_NAME: phlares WORDPRESS_DB_NAME: phlares
volumes: volumes:
- wordpress:/var/www/html - /ss_webhosting:/var/www/html
networks: networks:
webhosting: webhosting: