No description
  • HTML 79.8%
  • JavaScript 15.5%
  • Dockerfile 4.7%
Find a file
2025-08-03 02:23:55 +08:00
.github/workflows 💩 first push 2025-08-03 02:23:55 +08:00
assets 💩 first push 2025-07-30 13:06:02 +08:00
docker-compose.old.yml 🐭 add Readme 2025-07-27 17:41:35 +08:00
docker-compose.yml 💩 first push 2025-08-03 02:23:55 +08:00
Dockerfile 🐜 edit Docker file 2025-07-30 14:53:27 +08:00
index.html 💩 first push 2025-08-03 02:23:55 +08:00
nginx.conf 💩 initial commit 2025-04-22 10:41:38 +08:00
README.md 💩 first push 2025-08-03 02:23:55 +08:00

CONSTRUCTION-MINAHASA

Preview

Install

Alternatif A

docker run -d --name constructionminahasa --restart unless-stopped -p 8881:80 ghcr.io/erolj/constructionminahasa:latest

Alternatif B

git clone https://github.com/erolj/constructionminahasa.git
cd constructionminahasa
docker compose up -d

Update

Alternatif A

docker pull ghcr.io/erolj/constructionminahasa:latest
docker kill constructionminahasa
docker rm constructionminahasa
docker run -d --name constructionminahasa --restart unless-stopped -p 8881:80 ghcr.io/erolj/constructionminahasa:latest

Alternatif B

git pull
docker kill constructionminahasa
docker rm constructionminahasa
docker compose up -d