mirror of
https://github.com/cupcakearmy/docker-instabot.git
synced 2024-12-22 07:16:24 +00:00
Gave container name
This commit is contained in:
parent
d46e7c8ad8
commit
c960687821
@ -4,5 +4,6 @@ services:
|
|||||||
instabot:
|
instabot:
|
||||||
build: ./bot
|
build: ./bot
|
||||||
restart: always
|
restart: always
|
||||||
|
container_name: instabot
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.json:/app/config.json
|
- ./config.json:/app/config.json:ro
|
Loading…
Reference in New Issue
Block a user