mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-10-18 02:00:31 -04:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
2c22bd6bbb | ||
|
d3897c8439 | ||
|
6d4d4fa927 |
@@ -25,7 +25,7 @@ RUN DEBIAN_FRONTENT=noninteractive && \
|
|||||||
ssmtp
|
ssmtp
|
||||||
|
|
||||||
# Build time variables
|
# Build time variables
|
||||||
ENV LSMB_VERSION 1.5.1
|
ENV LSMB_VERSION 1.5.3
|
||||||
|
|
||||||
# Install LedgerSMB
|
# Install LedgerSMB
|
||||||
RUN cd /srv && \
|
RUN cd /srv && \
|
||||||
@@ -71,6 +71,8 @@ RUN mkdir -p /tmp && \
|
|||||||
|
|
||||||
# Internal Port Expose
|
# Internal Port Expose
|
||||||
EXPOSE 5762
|
EXPOSE 5762
|
||||||
#USER www-data
|
# If ledgersmb.conf does not exist, www-data user needs to be able to create it.
|
||||||
|
RUN chown www-data /srv/ledgersmb
|
||||||
|
USER www-data
|
||||||
|
|
||||||
CMD ["start.sh"]
|
CMD ["start.sh"]
|
||||||
|
@@ -6,8 +6,8 @@ This is a work in progress to make a docker image for running LedgerSMB. It shou
|
|||||||
# Supported tags and respective `Dockerfile` links
|
# Supported tags and respective `Dockerfile` links
|
||||||
|
|
||||||
- `dev-master` - Master branch from git, unstable
|
- `dev-master` - Master branch from git, unstable
|
||||||
- `1.5`, `1.5.x` - Latest release tarball from 1.5 branch
|
- `1.5`, `1.5.x`, `latest` - Latest release tarball from 1.5 branch
|
||||||
- `1.4`, `latest` - Latest tagged release of git 1.4 branch
|
- `1.4`, `1.4.x` - Latest tagged release of git 1.4 branch
|
||||||
|
|
||||||
|
|
||||||
# What is LedgerSMB?
|
# What is LedgerSMB?
|
||||||
|
Reference in New Issue
Block a user