mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-17 19:51:43 +00:00
Fix backticks in instapy recipe
This commit is contained in:
@@ -75,6 +75,7 @@ services:
|
|||||||
Create a variation of https://github.com/timgrossmann/InstaPy/blob/master/docker_quickstart.py at /var/data/instapy/instapy.py (the file we bind-mounted in the swarm config above)
|
Create a variation of https://github.com/timgrossmann/InstaPy/blob/master/docker_quickstart.py at /var/data/instapy/instapy.py (the file we bind-mounted in the swarm config above)
|
||||||
|
|
||||||
Change at least the following:
|
Change at least the following:
|
||||||
|
|
||||||
````
|
````
|
||||||
insta_username = ''
|
insta_username = ''
|
||||||
insta_password = ''
|
insta_password = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user