Skip to content

Commit

Permalink
files
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasTeodoro committed Apr 24, 2020
1 parent 6f517d0 commit b07cbae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ COPY . .

EXPOSE 6001

CMD laravel-echo-server start --dir=/home/node/app/config/
CMD laravel-echo-server start --dir=/home/node/app/config
6 changes: 0 additions & 6 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ services:
build: .
container_name: app
tty: true
working_dir: /home/node/app
environment:
- LARAVEL_ECHO_SERVER_HOST=localhost
- LARAVEL_ECHO_SERVER_REDIS_HOST=redis
volumes:
- ./:/home/node/app
networks:
- app-network
redis:
Expand Down

0 comments on commit b07cbae

Please sign in to comment.