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