Compare commits

...

3 Commits
1.6.33 ... 1.6

Author SHA1 Message Date
Erik Huelsmann
26db53a2db Update README.md 2023-10-03 23:01:03 +02:00
Erik Huelsmann
3987cb14f0 Change the hosting location of the LedgerSMB Docker images 2022-01-28 22:54:18 +01:00
Erik Huelsmann
ab2312ccab Update README.md 2021-07-10 23:50:37 +02:00
2 changed files with 3 additions and 4 deletions

View File

@@ -3,9 +3,8 @@ Dockerfile for LedgerSMB Docker image
# Supported tags
- `1.8` - Preview version for the 1.8 branch
- `1.7`, `1.7.x`, `latest` - Latest official release from 1.7 branch
- `1.6`, `1.6.x`, `latest` - Latest release tarball from 1.6 branch
- `1.7`, `1.7.x` - Latest official release from 1.7 branch
- `1.6`, `1.6.x` - Latest release tarball from 1.6 branch
- `1.5`, `1.5.x` - Latest release tarball from 1.5 branch
- `1.4`, `1.4.x` - Latest tagged release of git 1.4 branch

View File

@@ -28,7 +28,7 @@ services:
lsmb:
depends_on:
- postgres
image: ledgersmb/ledgersmb:1.6
image: ghcr.io/ledgersmb/ledgersmb:1.6
networks:
- internal
- default