Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix readme
  • Loading branch information
KusoKaihatsuSha committed May 9, 2022
1 parent a76ed0f commit 8653c2c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,21 +131,21 @@ HOST=null
```dockerfile
version: "3.8"
services:
git:
container_name: tv_mess
build: ${GIT}
ports:
- ${PORT}:${PORT}
restart: always
expose:
- ${PORT}
environment:
GAPI: ${GAPI}
TAPI: ${TAPI}
DEBUG: ${DEBUG}
COUNTTASK: ${COUNTTASK}
HOST: ${HOST}
WEBHOOK: ${WEBHOOK}
git:
container_name: tv_mess
build: ${GIT}
ports:
- ${PORT}:${PORT}
restart: always
expose:
- ${PORT}
environment:
GAPI: ${GAPI}
TAPI: ${TAPI}
DEBUG: ${DEBUG}
COUNTTASK: ${COUNTTASK}
HOST: ${HOST}
WEBHOOK: ${WEBHOOK}
```

**15.** Run command in this folder (**NOT NEED GIT CLONE**):
Expand Down

0 comments on commit 8653c2c

Please sign in to comment.