Welcome to the ODK forum, @chale94! We're glad you're here. When you get a chance, please introduce yourself on this forum thread. I'd also encourage you to add a picture as your avatar because it helps build community!
-
What version of Ubuntu are you running?
-
What is the output when you run the below command?
docker --version && docker compose version && node --version
- It can also be helpful to check that your Ubuntu server is up-to-date, for which the following commands can be useful.
# Fetch the list of available updates
sudo apt update
# Install some updates; do not remove packages
sudo apt upgrade
# Install updates; may also remove some packages, if needed
sudo apt full-upgrade
# Remove any old packages that are no longer needed
sudo apt autoremove