1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00

fixed drone repo url

This commit is contained in:
Fedor Katurov 2021-05-17 15:43:49 +07:00
parent 880e44f1e9
commit ba7c367fcd
2 changed files with 5 additions and 4 deletions

View file

@ -16,7 +16,7 @@ services:
restart: always
environment:
PORT: 80
image: ${DOCKER_REGISTRY}/${DOCKER_REPO}:${DRONE_BRANCH}
image: ${DOCKER_REPO}:${DRONE_BRANCH}
ports:
- ${EXPOSE}:80
volumes: