fix autostart

This commit is contained in:
adb 2020-10-23 06:09:23 +00:00
parent 2c5f32ad1b
commit 976c754973

View File

@ -15,3 +15,4 @@ php:
image: php:7-fpm-alpine
volumes:
- ./public:/usr/share/nginx/html
restart: always