HeCG95 / docker-keeweb

A self-hosting keeweb by Docker Compose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-keeweb

Keeweb with Docker Compose

Using Docker Compose to create a self-hosting keeweb.

Prerequisite

Start with following steps

  • (1) Start keeweb
docker-compose up -d

The result is

Creating docker-keeweb_keeweb_1 ... done
  • (2) Check the status of keeweb
docker-compose ps

The result is

         Name                    Command            State                    Ports                  
----------------------------------------------------------------------------------------------------
docker-keeweb_keeweb_1   /opt/entrypoint.sh nginx   Up      0.0.0.0:443->443/tcp, 0.0.0.0:80->80/tcp

License

Apache 2.0 license

About

A self-hosting keeweb by Docker Compose.

License:Apache License 2.0