From 6f29d39a9727688f7f4b25670614abbe66baa957 Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 19 Apr 2021 21:41:50 +0100 Subject: added cron docker container, added docker-compose --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index b826e5a..8737117 100755 --- a/readme.md +++ b/readme.md @@ -8,13 +8,13 @@ The source code for /u/SmallYTChannelBot. - Edit the configuration file and rename -- Build the image: +- Build the images: -`sudo docker build -t smallytchannelbot:latest .` +`sudo docker-compose build` -- Start the container: +- Start the containers: -`sudo docker run --name smallytchannelbot --net=host -d smallytchannelbot` +`sudo docker-compose up -d` # TODOs -- cgit v1.2.3