dockerimage_v29 (#2)

Reviewed-on: #2
Co-authored-by: Márcio Fernandes <marcio.fernandes@limbosolutions.com>
Co-committed-by: Márcio Fernandes <marcio.fernandes@limbosolutions.com>
This commit was merged in pull request #2.
This commit is contained in:
2024-10-26 23:36:28 +00:00
committed by marcio.fernandes
parent acfbbd046c
commit f8ee71f21e
2 changed files with 64 additions and 64 deletions

View File

@@ -1,3 +1,3 @@
#image name : nextcloud-smbclient:28.0
FROM nextcloud:28.0
#image name : nextcloud-smbclient:30.0
FROM nextcloud:30.0
RUN apt update;apt install -y smbclient libsmbclient-dev;pecl install smbclient;echo "extension=smbclient.so" >> /usr/local/etc/php/conf.d/nextcloud.ini; echo "extension=smbclient.so" >> /usr/local/etc/php.ini

View File

@@ -14,7 +14,7 @@ services:
- cloud_limbosolutions_com_private
restart: unless-stopped
app:
image: nextcloud-smbclient:28.0
image: nextcloud-smbclient:30.0
container_name: cloud_limbosolutions_com-nextcloud
links:
- db
@@ -49,8 +49,8 @@ services:
- cloud_limbosolutions_com_private
- wan_reverse_proxy_public
restart: unless-stopped
ports:
- 8200:8200
#ports:
# - 8200:8200
volumes:
html:
db: