Update application.yml

This commit is contained in:
qiaofeng1227 2022-12-08 13:56:14 +08:00 committed by GitHub
parent 9083317b04
commit 36ff502cc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,8 +21,6 @@
- name: Check if nginx is necessary
shell : |
wget -N https://raw.githubusercontent.com/Websoft9/docker-library/main/apps/{{appname}}/.env
cat .env |grep APP_HTTP_PORT >> /tmp/port.txt
sed -i "s/APP_HTTP_PORT=//g" /tmp/port.txt
cat .env
register: env_content
failed_when: False