Skip to content

Commit

Permalink
USE_DOCKER_LOGS with default
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhigh committed Nov 28, 2024
1 parent 2c87488 commit 0286650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
APP_DOMAIN: http://example.com
LOG_LEVEL: warning
TZ: Etc/GMT+0
USE_DOCKER_LOGS: ${USE_DOCKER_LOGS}
USE_DOCKER_LOGS: ${USE_DOCKER_LOGS:-}

nginx:
container_name: nginx
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
APP_DOMAIN: http://example.com
LOG_LEVEL: warning
TZ: Etc/GMT+0
USE_DOCKER_LOGS: ${USE_DOCKER_LOGS}
USE_DOCKER_LOGS: ${USE_DOCKER_LOGS:-}

caddy:
container_name: caddy
Expand Down

0 comments on commit 0286650

Please sign in to comment.