1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-06-27 23:48:15 +03:00

Minor updates (#24)

- Remove `crontab`.
- Rename dockerize action.
This commit is contained in:
jmqm 2021-08-30 11:34:54 -05:00 committed by GitHub
parent ea6ce91e8c
commit 23d0115222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View File

@ -8,7 +8,7 @@ on:
# Instructions on what to do.
# In this case, 'build' is the job and Ubuntu is the OS to run the job on.
jobs:
build:
main:
runs-on: ubuntu-latest
env:
USERNAME: jmqm

View File

@ -12,7 +12,6 @@ RUN apk add --no-cache \
ENV CRON_TIME "0 */12 * * *"
ENV UID 100
ENV GID 100
ENV CRONFILE /etc/crontabs/root
ENV DELETE_AFTER 0
COPY entrypoint.sh /usr/local/bin/entrypoint.sh

View File

@ -57,7 +57,6 @@ services:
| Environment Variable | Info |
| -------------------- | -------------------------------------------------------------------------------------------- |
| TZ ¹ | Timezone inside the container. Can mount `/etc/localtime` instead as well _(recommended)_. |
| CRONFILE | Cron file path relative to inside the container. |
¹ See <https://en.wikipedia.org/wiki/List_of_tz_database_time_zones> for more information