mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
Update application.yml
This commit is contained in:
parent
702893b894
commit
b95374d06b
@ -21,6 +21,8 @@
|
|||||||
- name: Check if nginx is necessary
|
- name: Check if nginx is necessary
|
||||||
shell : |
|
shell : |
|
||||||
wget -N https://raw.githubusercontent.com/Websoft9/docker-library/main/apps/{{appname}}/.env
|
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
|
cat .env
|
||||||
register: env_content
|
register: env_content
|
||||||
failed_when: False
|
failed_when: False
|
||||||
|
Loading…
Reference in New Issue
Block a user