Update docker-compose to use master tag for client

This commit is contained in:
Paul
2021-09-04 11:24:12 +01:00
parent 7ca9df7c2e
commit 02156f9588
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ services:
# REVOLT Web App
web:
image: revoltchat/client
image: revoltchat/client:master
env_file: .env
ports:
- "5000:5000"