mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 07:26:55 +00:00
make sure that only one session is active at a time
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
9ce1434f34
commit
c00a1efdac
3 changed files with 32 additions and 0 deletions
|
|
@ -86,10 +86,12 @@ RUN mkdir /var/log/supervisord; \
|
|||
COPY Caddyfile /
|
||||
COPY start.sh /usr/bin/
|
||||
COPY backup-time-file-watcher.sh /
|
||||
COPY session-deduplicator.sh /
|
||||
COPY cron.sh /
|
||||
COPY supervisord.conf /
|
||||
RUN chmod +x /usr/bin/start.sh; \
|
||||
chmod +x /cron.sh; \
|
||||
chmod +x /session-deduplicator.sh; \
|
||||
chmod +x /backup-time-file-watcher.sh
|
||||
|
||||
USER root
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue