diff options
author | Astound <kirito@disroot.org> | 2025-03-02 05:21:48 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2025-03-02 05:21:48 +0800 |
commit | 28dac0bb360524c5a019f66e434fe7ce85a0f0b9 (patch) | |
tree | 1452cb1afadfc35676d10085408191a26e86cd6d /README.md | |
parent | ef7466cb9016b7f054e6c87dbc1db53a4ddb0a3b (diff) | |
download | yt-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.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 . ``` |