From 012637adc55f2ec1b4f7d6e8cb91727b3797b8de Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Sat, 11 Nov 2023 04:57:21 +0000 Subject: [PATCH] Update ss_webhosting.yaml --- ss_webhosting.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ss_webhosting.yaml b/ss_webhosting.yaml index 2eb0af3..6c0f44b 100644 --- a/ss_webhosting.yaml +++ b/ss_webhosting.yaml @@ -19,7 +19,7 @@ services: - PGID=1000 - MYSQL_ROOT_PASSWORD=$MYSQL_ROOT_PASSWORD volumes: - - /webhosting/mariadb:/config + - /ss_webhosting/mariadb:/config ports: - 3306:3306 @@ -48,7 +48,7 @@ services: WORDPRESS_DB_PASSWORD: $PHLARES_DB_PASS WORDPRESS_DB_NAME: phlares volumes: - - wordpress:/var/www/html + - /ss_webhosting:/var/www/html networks: webhosting: