restart policy

This commit is contained in:
Christoph Haas 2019-01-03 10:20:58 +01:00
parent b578e567ac
commit e3ee82006d
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ services:
- php-fpm - php-fpm
links: links:
- php-fpm - php-fpm
restart: unless-stopped
environment: environment:
VIRTUAL_HOST: ${VIRTUAL_HOST} VIRTUAL_HOST: ${VIRTUAL_HOST}
LETSENCRYPT_HOST: ${LETSENCRYPT_HOST} LETSENCRYPT_HOST: ${LETSENCRYPT_HOST}