Fix typo for docker image URL

This commit is contained in:
root
2022-01-30 16:22:25 +00:00
parent 19c593d6b6
commit 1e7b52f1de
+1 -1
View File
@@ -10,7 +10,7 @@ services:
- APACHE_RUN_USER=#${UID}
- APACHE_RUN_GROUP=#${UID}
restart: unless-stopped
images: registry.chiefsoft.net/wrenchbackoffice_wrenchboard-web:latest
image: registry.chiefsoft.net/wrenchbackoffice_wrenchboard-web:latest
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2