mirror of
https://github.com/xzeldon/vwdump.git
synced 2025-06-27 23:48:15 +03:00
parent
ea6ce91e8c
commit
23d0115222
2
.github/workflows/dockerize.yml
vendored
2
.github/workflows/dockerize.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user