Don't pull published image from registry
All checks were successful
Build and push container image / build (push) Successful in 9m55s
All checks were successful
Build and push container image / build (push) Successful in 9m55s
This commit is contained in:
parent
7c158d2697
commit
5446441775
@ -2,7 +2,7 @@ version: '3.8'
|
|||||||
services:
|
services:
|
||||||
bot:
|
bot:
|
||||||
container_name: kon
|
container_name: kon
|
||||||
image: 'git.toast-server.net/toast/kon:main'
|
#image: 'git.toast-server.net/toast/kon:main'
|
||||||
build: .
|
build: .
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
Loading…
Reference in New Issue
Block a user