Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Forward Postgres port
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Pankov <work@michaelpankov.com>
  • Loading branch information
mkpankov committed Aug 24, 2020
1 parent ad4c455 commit 7ea03a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ Vagrant.configure('2') do |config|
config.vm.define 'adm', primary: true do |adm|
adm.vm.hostname = 'adm.local'

adm.vm.network 'forwarded_port', guest: 5432, host: 8432
adm.vm.network 'forwarded_port', guest: 443, host: 8443
adm.vm.network 'forwarded_port', guest: 7443, host: 7443

Expand Down

0 comments on commit 7ea03a0

Please sign in to comment.