mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-24 01:36:10 +07:00
Rename homepage to index
This commit is contained in:
parent
35ea9f26ef
commit
80ed953bd9
@ -7,9 +7,9 @@ services:
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
homepage:
|
||||
container_name: "khuedoan_homepage"
|
||||
build: ./homepage/
|
||||
index:
|
||||
container_name: "khuedoan_index"
|
||||
build: ./index/
|
||||
ports:
|
||||
- "8000:8000"
|
||||
gitea:
|
||||
|
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "homepage"
|
||||
name = "index"
|
||||
version = "0.1.0"
|
||||
authors = ["Khue Doan <khuedoan98@gmail.com>"]
|
||||
edition = "2018"
|
Loading…
Reference in New Issue
Block a user