python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Apache not working on DigitalOcean droplet transfer
I’ve recently created a DigitalOcean droplet from a transferred snapshot.
I thought that recreating a droplet would have kept the original stack LAMP so that it would have worked out of the box.
MySQL...

PhilBlais
Votes: 0
Answers: 0
How do you update a running docker image on digital ocean droplet?
I have a docker image running on port 3000 on my droplet on digital ocean.
I did some updates and created a new image and pushed it to my github packages.
I thought when I push the new image that the ...

ThunD3eR
Votes: 0
Answers: 1
How to configure nginx so that my app doesn't need to have the port in the url?
I have a droplet on digitalOcean and I setup my app there via docker. I have also connected it to a domain and it runs when I go to wwww.myDomain.com:3000.
I want to get rid of the "3000" pa...
CodingLittle
Votes: 0
Answers: 0
Error loading key "/dev/fd/63: Error when trigger the CI/CD in Gitlab
Gitlab CI/CD failed while connecting to the Digital Ocean Droplet, via ssh:
This is my CI file
before_script:
- apt-get update -qq
- apt-get install -qq git
# Setup SSH deploy keys
- 'which ss...

nifCody
Votes: 0
Answers: 1