diff options
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 . ``` |