Skip to content

Commit

Permalink
Update docker-compose.linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
behzad1q authored Oct 13, 2022
1 parent 272a84d commit 4aff2bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scaffold/optional/docker-compose.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ services:
MYSQL_USER: user
MYSQL_PASSWORD: password
MYSQL_ROOT_PASSWORD: super-secret-password
network_mode: service:web
networks:
- default

mail:
image: mailhog/mailhog
Expand Down Expand Up @@ -85,4 +86,5 @@ services:
image: selenium/standalone-chrome:latest
volumes:
- /dev/shm:/dev/shm
network_mode: service:web
networks:
- default

0 comments on commit 4aff2bb

Please sign in to comment.