Skip to content

Commit e1380d7

Browse files
authored
Update docker-compose.yml
1 parent b03f094 commit e1380d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ services:
44
build:
55
context: './docker/php/'
66
networks:
7+
- frontend
78
- backend
89
volumes:
910
- ./app/web/:/var/www/html/
@@ -31,4 +32,4 @@ services:
3132
- MYSQL_ROOT_PASSWORD=root
3233
networks:
3334
frontend:
34-
backend:
35+
backend:

0 commit comments

Comments
 (0)