We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a58f9a commit ecdceb1Copy full SHA for ecdceb1
Dockerfile
@@ -70,7 +70,7 @@ RUN set -eux; \
70
rm -rf /var/www/localhost/htdocs; \
71
ln -s /var/www/html /var/www/localhost/htdocs
72
73
-ENV DOLI_VERSION 18.0.5
+ENV DOLI_VERSION 18.0.6
74
75
ENV DOLI_DB_TYPE mysqli
76
ENV DOLI_DB_HOST db
docker-compose.yml
@@ -20,7 +20,8 @@ services:
20
- MYSQL_RANDOM_ROOT_PASSWORD=yes
21
22
dolibarr:
23
- image: upshift/dolibarr:latest
+ #image: upshift/dolibarr:latest
24
+ image: dolibarr:latest
25
restart: always
26
depends_on:
27
- mariadb
0 commit comments