Fixup httpd config and Caddyfile

This commit is contained in:
Eugene Dementyev
2024-02-03 12:04:35 +13:00
parent bc7c6c12ad
commit b623d613f1
4 changed files with 8 additions and 34 deletions

View File

@@ -12,7 +12,7 @@ services:
- "./docker/database/:/docker-entrypoint-initdb.d/"
- "./docker/database/mysql:/var/lib/mysql"
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
MYSQL_DATABASE: "fleetbase"
socket:
@@ -78,8 +78,8 @@ services:
- ./api/storage:/var/www/html/api/storage
build:
context: .
dockerfile: docker/httpd/Dockerfile
dockerfile: docker/httpd/Dockerfile
ports:
- "8000:80"
depends_on:
- application
- application