We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719ea19 commit 3656adaCopy full SHA for 3656ada
docker-compose.nginx.yml
@@ -20,11 +20,11 @@ services:
20
- '8082:80'
21
- '8445:443'
22
restart: always
23
+ tty: true
24
volumes:
25
- ./:/app
26
- composer_cache:/var/www/.composer/cache
27
working_dir: /app
- tty: true
28
29
30
composer_cache:
docker-compose.yml
- '8080:80'
- '8443:443'
0 commit comments