Update ss_webhosting.yaml
parent
1bfc82a81c
commit
012637adc5
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue