vicalloy / outline-docker-compose

Install a self-hosted Outline wiki instance in a couple of minutes
BSD 3-Clause "New" or "Revised" License
770 stars 132 forks source link

Instructions for the latest code fails #51

Open KenSuenobu opened 1 year ago

KenSuenobu commented 1 year ago

Issued the following commands:

cp scripts/config.sh.sample scripts/config.sh
make install

and I get the following output:

cd ./scripts && bash ./main.sh init_cfg
/usr/bin/docker-compose up -d
Recreating outline-docker-compose_wk-minio_1 ... 
Recreating outline-docker-compose_wk-oidc-server_1 ... 
Starting outline-docker-compose_wk-postgres_1      ... 
Starting outline-docker-compose_wk-redis_1         ... error

ERROR: for outline-docker-compose_wk-redis_1  Cannot start service wk-redis: failed to create endpoint outline-docker-compose_wk-redStarting outline-docker-compose_wk-postgres_1      ... error
operation not supported

Recreating outline-docker-compose_wk-oidc-server_1 ... error
wk-postgres_1 on network outline-docker-compose_outlinewiki: failed to add the host (veth3887b19) <=> sandbox (vetha491b95) pair interfaces: operation not supported
Recreating outline-docker-compose_wk-minio_1       ... error
ERROR: for outline-docker-compose_wk-oidc-server_1  Cannot start service wk-oidc-server: failed to create endpoint outline-docker-compose_wk-oidc-server_1 on network outline-docker-compose_outlinewiki: failed to add the host (veth69ab0db) <=> sandbox (veth8d0cf33) pair interfaces: operation not supported

ERROR: for outline-docker-compose_wk-minio_1  Cannot start service wk-minio: failed to create endpoint outline-docker-compose_wk-minio_1 on network outline-docker-compose_outlinewiki: failed to add the host (veth1d6f20b) <=> sandbox (vethf39ff84) pair interfaces: operation not supported

ERROR: for wk-redis  Cannot start service wk-redis: failed to create endpoint outline-docker-compose_wk-redis_1 on network outline-docker-compose_outlinewiki: failed to add the host (veth4ad7bc6) <=> sandbox (vethc655f19) pair interfaces: operation not supported

ERROR: for wk-postgres  Cannot start service wk-postgres: failed to create endpoint outline-docker-compose_wk-postgres_1 on network outline-docker-compose_outlinewiki: failed to add the host (veth3887b19) <=> sandbox (vetha491b95) pair interfaces: operation not supported

ERROR: for wk-oidc-server  Cannot start service wk-oidc-server: failed to create endpoint outline-docker-compose_wk-oidc-server_1 on network outline-docker-compose_outlinewiki: failed to add the host (veth69ab0db) <=> sandbox (veth8d0cf33) pair interfaces: operation not supported

ERROR: for wk-minio  Cannot start service wk-minio: failed to create endpoint outline-docker-compose_wk-minio_1 on network outline-docker-compose_outlinewiki: failed to add the host (veth1d6f20b) <=> sandbox (vethf39ff84) pair interfaces: operation not supported
ERROR: Encountered errors while bringing up the project.
KenSuenobu commented 1 year ago

(And this is a complete clean clone, zero changes to any files. Simply copied the config and ran.)