Can't create site

I just installed easyengine on a fresh vps running Ubuntu 18.04. I tried to create a site by running ee site create domain.com --type=php but it gave Error: There was some error in starting services_global-nginx-proxy_1 container. Please check logs.

Here is the error log https://pastebin.com/raw/GSkrcjvF anyone know how to fix this?

Look like you have problem with docker installation. Run following commands and post result.

docker version
docker ps

docker version

Client: Docker Engine - Community
Version: 20.10.5
API version: 1.41
Go version: go1.13.15
Git commit: 55c4c88
Built: Tue Mar 2 20:18:05 2021
OS/Arch: linux/amd64
Context: default
Experimental: true

Server: Docker Engine - Community
Engine:
Version: 20.10.5
API version: 1.41 (minimum version 1.12)
Go version: go1.13.15
Git commit: 363e9a8
Built: Tue Mar 2 20:16:00 2021
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.4.4
GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
runc:
Version: 1.0.0-rc93
GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
docker-init:
Version: 0.19.0
GitCommit: de40ad0

docker ps

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

docker installation looks good. Can you give result of these commands

whoami
ls -l /opt/easyengine/

whoami

root

ls -l /opt/easyengine/

total 20
drwxr-xr-x 2 root root 4096 Mar 22 21:38 config
drwxr-xr-x 2 root root 4096 Mar 22 21:41 db
drwxr-xr-x 2 root root 4096 Mar 22 21:38 logs
drwxr-xr-x 5 root root 4096 Mar 22 21:41 services
drwxr-xr-x 2 root root 4096 Mar 22 21:38 sites

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.