aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
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