Created
September 4, 2014 19:41
-
-
Save danmikita/712d0781e0dedbb4193f to your computer and use it in GitHub Desktop.
Port Forwarding for Oracle XE on vagrant box
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config.vm.network :forwarded_port, guest: 1521, host: 1521 # Oracle XE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment