Skip to content

Commit

Permalink
Update on-oci-vm.md (airbytehq#8081)
Browse files Browse the repository at this point in the history
1. Editing docker-compose command to include sudo and full path :

sudo /usr/local/bin/docker-compose up -d

2. Specify shape of VM as Intel

Tezt : Ensure you select shape as 'Intel'
  • Loading branch information
shadabshaukat authored and schlattk committed Jan 4, 2022
1 parent 82761f2 commit 82e0e3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/deploying-airbyte/on-oci-vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Go to OCI Console > Compute > Instances > Create Instance

![](../.gitbook/assets/OCIScreen2.png)

Ensure you select shape as 'Intel'

## Whitelist Port 8000 for a CIDR range in Security List of OCI VM Subnet

Go to OCI Console > Networking > Virtual Cloud Network
Expand Down Expand Up @@ -48,7 +50,7 @@ sudo wget https://github.com/docker/compose/releases/download/1.26.2/docker-comp
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version
sudo /usr/local/bin/docker-compose up -d
```


Expand Down

0 comments on commit 82e0e3a

Please sign in to comment.