Skip to content

Commit

Permalink
refactor: Remove tty: true which causes console output to not appea…
Browse files Browse the repository at this point in the history
…r in Docker Composer API 2.3.0

ref: docker/compose#9288
  • Loading branch information
Andrew Welch committed Mar 19, 2022
1 parent 16c388a commit 61b8532
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ services:
expose:
- "9000"
init: true
tty: true
volumes: &php-volumes
- cpresources:/var/www/project/cms/web/cpresources:delegated
- storage:/var/www/project/cms/storage:delegated
Expand All @@ -49,7 +48,6 @@ services:
expose:
- "9000"
init: true
tty: true
volumes:
*php-volumes
# queue - runs queue jobs via php craft queue/listen
Expand All @@ -62,7 +60,6 @@ services:
env_file:
*env
init: true
tty: true
volumes:
*php-volumes
# mariadb - database
Expand Down Expand Up @@ -101,7 +98,6 @@ services:
init: true
ports:
- "3000:3000"
tty: true
volumes:
- ./buildchain:/var/www/project/buildchain:cached
- ./buildchain/node_modules:/var/www/project/buildchain/node_modules:delegated
Expand Down

0 comments on commit 61b8532

Please sign in to comment.