1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-09 14:19:52 +02:00

updater: unset PASS variables

This commit is contained in:
Andrew Dolgov 2022-06-10 18:21:12 +03:00
parent 04499dc0a9
commit 4326aa8d32
No known key found for this signature in database
GPG key ID: 1A56B4FA25D4AF2A

View file

@ -4,6 +4,9 @@
unset HTTP_PORT
unset HTTP_HOST
unset ADMIN_USER_PASS
unset AUTO_CREATE_USER_PASS
# wait for the app container to delete .app_is_ready and perform rsync, etc.
sleep 30