add pull build for portainer
This commit is contained in:
@@ -3,7 +3,9 @@ version: '3.8'
|
|||||||
services:
|
services:
|
||||||
basharbot:
|
basharbot:
|
||||||
image: basharbot:latest
|
image: basharbot:latest
|
||||||
build: .
|
build:
|
||||||
|
context: .
|
||||||
|
pull: true
|
||||||
container_name: basharbot
|
container_name: basharbot
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user