aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAstound <kirito@disroot.org>2025-03-02 05:21:48 +0800
committerAstound <kirito@disroot.org>2025-03-02 05:21:48 +0800
commit28dac0bb360524c5a019f66e434fe7ce85a0f0b9 (patch)
tree1452cb1afadfc35676d10085408191a26e86cd6d /README.md
parentef7466cb9016b7f054e6c87dbc1db53a4ddb0a3b (diff)
downloadyt-local-docker-28dac0bb360524c5a019f66e434fe7ce85a0f0b9.tar.lz
yt-local-docker-28dac0bb360524c5a019f66e434fe7ce85a0f0b9.tar.xz
yt-local-docker-28dac0bb360524c5a019f66e434fe7ce85a0f0b9.zip
update to yt-local v0.2.20
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 72d6c82..696957c 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,11 @@
YT-Local in mode public instance for docker
```console
-$ cp -v config.env.example config.env
+cp -v config.env.example config.env
```
```console
-$ docker-compose up -d
+docker-compose up -d
```
## Build container from source
@@ -15,9 +15,9 @@ $ docker-compose up -d
To rebuild this container, copy this repository locally and run:
```console
-$ cd core/
+cd core/
```
```console
-$ docker build --no-cache --tag yt-local -f Dockerfile .
+docker build --no-cache --tag yt-local -f Dockerfile .
```