mirror of
https://github.com/cupcakearmy/docker-instabot.git
synced 2025-09-05 21:00:41 +00:00
Gave container name
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user