mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-12-18 14:16:48 +00:00
Remove bad argument
This commit is contained in:
parent
0472082a97
commit
1fd82915d3
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ EXPOSE 6669
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
VOLUME /mnt
|
VOLUME /mnt
|
||||||
ENTRYPOINT ["/sbin/tini", "--"]
|
ENTRYPOINT ["/sbin/tini", "--"]
|
||||||
CMD ["/usr/local/bin/relay", "run"]
|
CMD ["/usr/local/bin/relay"]
|
||||||
|
|
Loading…
Reference in a new issue