Skip to content
This repository was archived by the owner on Sep 8, 2019. It is now read-only.

Commit a53faad

Browse files
Add frontend to docker compose
1 parent f95cfa0 commit a53faad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ services:
2323
MYSQL_ROOT_PASSWORD: apple1
2424
MYSQL_DATABASE: web_dev
2525

26+
frontend:
27+
image: webdev_frontend
28+
ports:
29+
- "80:80"
30+

0 commit comments

Comments
 (0)