mirror of
https://github.com/eftechcombr/bacula.git
synced 2025-04-17 07:45:08 +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"]
|