containers' name
This commit is contained in:
@@ -2,6 +2,7 @@ version: 2
|
|||||||
services:
|
services:
|
||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb:10
|
image: mariadb:10
|
||||||
|
container_name: dolibarr_db
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: GttDSvb774hThh_56
|
MYSQL_ROOT_PASSWORD: GttDSvb774hThh_56
|
||||||
MYSQL_DATABASE: dolibarr_db
|
MYSQL_DATABASE: dolibarr_db
|
||||||
@@ -10,6 +11,7 @@ services:
|
|||||||
|
|
||||||
web:
|
web:
|
||||||
image: tuxgasy/dolibarr
|
image: tuxgasy/dolibarr
|
||||||
|
container_name: dolibarr_web
|
||||||
environment:
|
environment:
|
||||||
DOLI_DB_HOST: mariadb
|
DOLI_DB_HOST: mariadb
|
||||||
DOLI_DB_USER: root
|
DOLI_DB_USER: root
|
||||||
|
|||||||
Reference in New Issue
Block a user