Doubt - Running noco using docker-compose [Jan 03]

:raising_hand_man: DynamicDoyle asked

I followed your Youtube video of how to deploy nocodb with docker-compose. This is the first time I really used Docker let alone Docker Compose. However, I can’t figure out whether pg_nocodb_1 should be started or not. It won’t let me. And when I try to create a postgres db following your Youtube video I’m not successful. Can you please help?

image0
image1

:person_tipping_hand: o1lab replied

I just tried to run our docker-compose - appears to be good

image0

:person_tipping_hand: o1lab replied

can you see any errors when you run docker-compose in the logs

:person_tipping_hand: o1lab replied

```

docker logs -f pg_nocodb_1

```

:raising_hand_man: DynamicDoyle replied

A popup message says the port 8080 is already allocated

:raising_hand_man: DynamicDoyle replied

Since the nocodb is already running on 8080

image0

:raising_hand_man: DynamicDoyle replied

shouldn’t pg_nocodb_1 automatically use 5432 or some available port?

:person_tipping_hand: o1lab replied

its using that - pls ignore the screenshot

may be an issue docker gui

:person_tipping_hand: o1lab replied

:person_tipping_hand: o1lab replied

docker ps

:raising_hand_man: DynamicDoyle replied

:person_tipping_hand: o1lab replied

the problem might be - 8080 is used by something else

pls do docker ps and see

:person_tipping_hand: o1lab replied

did you run just nocodb before ?

:raising_hand_man: DynamicDoyle replied

:person_tipping_hand: o1lab replied

netstat -ab

:raising_hand_man: DynamicDoyle replied

oh maybe it’s wsl

:raising_hand_man: DynamicDoyle replied

image0

:raising_hand_man: DynamicDoyle replied

image0

:raising_hand_man: DynamicDoyle replied

or that could be the same application I guess

:raising_hand_man: DynamicDoyle replied

I ran: git clone GitHub - nocodb/nocodb: 🔥 🔥 🔥 Open Source Airtable Alternative

cd nocodb

cd docker-compose

cd pg

docker-compose up