Plesk/Ubuntu/Docker Install Fail

I am using digitalocean with Ubuntu, plesk and docker for my installation. Deploy my application using

./launcher bootstrap app
./launcher start app

But it doesn’t start in the domain, the docker ps command:

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
aa5a18a5467b 0c04b35ef09a "/ sbin / boot" 9 days ago Up 2 minutes 0.0.0.0:8070->80/tcp, 0.0.0.0:9443->443/tcp app
1 Like

This is the supported guide. I’ve used it to deploy Discourse on DO droplets easily:

https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md

3 Likes

start base image in plesk, fail, this is the image:

What was your specific installation steps? Where in the guide I posted did you get hung up?

2 Likes

I follow the guide initiali, but delete the docker images by mistake and using te guide again but the the base docker container don’t start.

Installation alongside plesk isn’t really supported I’m afraid:

2 Likes

Plesk only show the Dockers, the install was using docker Guide, in plesk only mapping the ports. The real probem is the base docker image, this don’t start.