Skip to content

Commit

Permalink
Disable build in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrime-ru committed Jun 13, 2020
1 parent 46f9ab4 commit c6559ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Fast, simple, async php telegram api server:
## Installation

### Docker:
* `docker pull xtrime/telegram-api-server`
* `git clone https://github.com/xtrime-ru/TelegramApiServer.git TelegramApiServer`
* `cd TelegramApiServer`
* Start container: `docker-compose up`
Expand All @@ -31,7 +30,7 @@ Fast, simple, async php telegram api server:

### Manual:
1. `git clone https://github.com/xtrime-ru/TelegramApiServer.git TelegramApiServer`
1. `cd telegramapiserver`
1. `cd TelegramApiServer`
1. `composer install -o --no-dev`
1. `php server.php`

Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: '3.5'
services:
telegram-api-server:
build: ./
image: xtrime/telegram-api-server:latest
container_name: telegram-api-server
restart: unless-stopped
Expand Down

0 comments on commit c6559ce

Please sign in to comment.