mirror of
https://github.com/eftechcombr/bacula.git
synced 2025-04-19 08:25:09 +00:00
10 lines
177 B
Docker
10 lines
177 B
Docker
|
FROM eftechcombr/bacula:13.0.3-base
|
||
|
|
||
|
VOLUME ["/opt/bacula/etc"]
|
||
|
|
||
|
EXPOSE 9101/tcp
|
||
|
|
||
|
ENTRYPOINT ["/opt/bacula/bin/bacula-dir"]
|
||
|
|
||
|
CMD ["-f", "-c", "/opt/bacula/etc/bacula-dir.conf"]
|