Fix docker image name (#1382)

closes #1381
This commit is contained in:
Sam 2022-01-11 09:46:53 -05:00 committed by GitHub
parent 7fabd57e13
commit 6160d57790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
version: '3'
services:
app:
image: phpvms:latest
image: nabeelio/phpvms
environment:
DB_HOST: mysql
REDIS_HOST: redis