Skip to content

Commit 9cddcb4

Browse files
committed
Fix docker-compose.yaml.example
- implement port-forwarding for Browsersync - link with other container.
1 parent f083bbd commit 9cddcb4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker-compose.yaml.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ services:
9797
- sandbox-local:/home/ambientum/.local
9898
- sandbox-yarn:/home/ambientum/.yarn
9999
- sandbox-npm:/home/ambientum/.npm
100+
ports:
101+
- "3000:3000"
102+
- "3001:3001"
103+
links:
104+
- app
100105

101106
networks:
102107
sandbox_net:

0 commit comments

Comments
 (0)