.\config\

This commit is contained in:
2021-06-14 17:41:40 -04:00
parent db7344bc74
commit 1fb29cb877
4 changed files with 16 additions and 6 deletions

View File

@ -13,8 +13,6 @@ services:
php:
build: .
container_name: php
ports:
- 9123:9000
volumes:
- .:/code
@ -22,8 +20,6 @@ services:
container_name: db
image: mariadb:latest
restart: unless-stopped
ports:
- 3308:3306
env_file: .db.env
volumes:
- dbdata:/var/lib/mysql