aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-04-19 21:41:50 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2021-04-19 21:41:50 +0100
commit6f29d39a9727688f7f4b25670614abbe66baa957 (patch)
tree660b46805d3e52113f38a4a41bedfa8ea8c03bda /readme.md
parentb37b71c5209c44a02679b14eca4215f9ec0824f2 (diff)
downloadSmallYTChannelBot-6f29d39a9727688f7f4b25670614abbe66baa957.tar.gz
SmallYTChannelBot-6f29d39a9727688f7f4b25670614abbe66baa957.zip
added cron docker container, added docker-compose
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md8
1 files changed, 4 insertions, 4 deletions
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