removed the image tag from docker-compose file

This commit is contained in:
Hendrik Boll 2019-05-12 11:33:09 +02:00
parent 9cbdce8891
commit 738e5777a3
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ services:
- "8080:80" - "8080:80"
tmserver: tmserver:
build: . build: .
image: fanyx/tmserver
container_name: trackmania_tmserver container_name: trackmania_tmserver
depends_on: depends_on:
- db - db