Expose ports for localhost only
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
15c0e10c21
commit
74698047ed
1 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,10 @@ services:
|
|||
- SS_DEFAULT_ADMIN_USERNAME=root
|
||||
- SS_DEFAULT_ADMIN_PASSWORD=password
|
||||
ports:
|
||||
- 8080:80
|
||||
- 3000:3000
|
||||
- 3001:3001
|
||||
- 9003:9003
|
||||
- 127.0.0.1:8080:80
|
||||
- 127.0.0.1:3000:3000
|
||||
- 127.0.0.1:3001:3001
|
||||
- 127.0.0.1:9003:9003
|
||||
working_dir: /shared-workspaces/mantra
|
||||
volumes:
|
||||
- ..:/shared-workspaces/mantra
|
||||
|
|
Loading…
Reference in a new issue