Skip to content

Commit

Permalink
default turn off docker logger to prevent unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Tran committed Jun 2, 2022
1 parent 268eb44 commit 70e7048
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Expand Up @@ -2,6 +2,8 @@ version: '3'
services:
mysql:
image: mariadb:10.5.9
logging:
driver: none
command: --max_allowed_packet=256M
volumes:
- "./data/db:/var/lib/mysql:delegated"
Expand All @@ -15,6 +17,8 @@ services:
restart: always
litespeed:
image: litespeedtech/openlitespeed:${OLS_VERSION}-${PHP_VERSION}
logging:
driver: none
env_file:
- .env
volumes:
Expand All @@ -34,6 +38,8 @@ services:
TZ: ${TimeZone}
phpmyadmin:
image: bitnami/phpmyadmin:5.0.2-debian-10-r72
logging:
driver: none
ports:
- 8080:80
- 8443:443
Expand Down

0 comments on commit 70e7048

Please sign in to comment.