diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-04-19 21:41:50 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-04-19 21:41:50 +0100 |
commit | 6f29d39a9727688f7f4b25670614abbe66baa957 (patch) | |
tree | 660b46805d3e52113f38a4a41bedfa8ea8c03bda /readme.md | |
parent | b37b71c5209c44a02679b14eca4215f9ec0824f2 (diff) | |
download | SmallYTChannelBot-6f29d39a9727688f7f4b25670614abbe66baa957.tar.gz SmallYTChannelBot-6f29d39a9727688f7f4b25670614abbe66baa957.zip |
added cron docker container, added docker-compose
Diffstat (limited to 'readme.md')
-rwxr-xr-x | readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |