Updated substitution of BUILD_NUMBER

This commit is contained in:
jfederico
2020-02-13 13:27:26 -05:00
parent a3830e3cc6
commit af52c8cdbe
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ services:
- ./nginx/sites.template:/etc/nginx/sites-available/sites.template
- ./nginx/default/html:/var/www/html
- ./nginx/log/nginx:/var/log/nginx
- ./data/certbot/conf:/etc/letsencrypt
- ./data/certbot/conf/live:/etc/letsencrypt/live
- ./data/certbot/www:/var/www/certbot
ports:
- "80:80"