modified
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
version: '3.8'
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
|
wordpress:
|
||||||
wordpress:
|
|
||||||
image: wordpress:latest
|
image: wordpress:latest
|
||||||
container_name: 4netplayers-wordpress
|
container_name: 4netplayers-wordpress
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
@@ -16,7 +15,7 @@ wordpress:
|
|||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
|
|
||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb:latest
|
image: mariadb:latest
|
||||||
container_name: 4netplayers-wordpress-mariadb
|
container_name: 4netplayers-wordpress-mariadb
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
@@ -24,7 +23,7 @@ mariadb:
|
|||||||
MYSQL_DATABASE: wp
|
MYSQL_DATABASE: wp
|
||||||
MYSQL_USER: zino
|
MYSQL_USER: zino
|
||||||
MYSQL_PASSWORD: D7S8f9EsrvsUPmyT
|
MYSQL_PASSWORD: D7S8f9EsrvsUPmyT
|
||||||
MYSQL_RANDOM_ROOT_PASSWORD: '1'
|
MYSQL_RANDOM_ROOT_PASSWORD: "1"
|
||||||
MYSQL_LOG_CONSOLE: true
|
MYSQL_LOG_CONSOLE: true
|
||||||
TZ: "Europe/Berlin"
|
TZ: "Europe/Berlin"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user