mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-04 05:20:35 +00:00
Update application.yml
This commit is contained in:
parent
9083317b04
commit
36ff502cc5
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue