Update docker-compose.yml
This commit is contained in:
+2
-4
@@ -1,8 +1,6 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb:11.0-alpine
|
image: mariadb:11.0
|
||||||
container_name: blogging-cms-db
|
container_name: blogging-cms-db
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASSWORD:-root_password}
|
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASSWORD:-root_password}
|
||||||
@@ -58,4 +56,4 @@ volumes:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
blogging-network:
|
blogging-network:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
Reference in New Issue
Block a user