Triggers + EntityLog
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
web:
|
||||
container_name: web
|
||||
image: nginx:latest
|
||||
ports:
|
||||
- "80:80"
|
||||
@@ -11,6 +12,7 @@ services:
|
||||
- db
|
||||
- php
|
||||
db:
|
||||
container_name: db
|
||||
image: mariadb:latest
|
||||
ports:
|
||||
- '3306:3306'
|
||||
@@ -18,6 +20,7 @@ services:
|
||||
- "MYSQL_ROOT_PASSWORD=webbasedb"
|
||||
- "MYSQL_DATABASE=webbase"
|
||||
php:
|
||||
container_name: php
|
||||
volumes:
|
||||
- .:/application:rw
|
||||
- ./docker/php/php.ini:/usr/local/etc/php/php.ini:ro
|
||||
|
||||
Reference in New Issue
Block a user