0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-15 19:05:09 +01:00
This commit is contained in:
Arne Tarara 2024-03-06 08:03:03 +01:00
parent dc6b72c629
commit a896e6fad2
No known key found for this signature in database
GPG key ID: 2540198A4079785B
4 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ services:
- MYSQL_USER=nextcloud - MYSQL_USER=nextcloud
app: app:
image: nextcloud:28.0.2-fpm image: nextcloud:28.0.3-fpm
restart: always restart: always
links: links:
- db - db

View file

@ -18,7 +18,7 @@ services:
- MYSQL_USER=nextcloud - MYSQL_USER=nextcloud
nc: nc:
image: nextcloud:28.0.2-apache image: nextcloud:28.0.3-apache
restart: always restart: always
ports: ports:
- 8080:80 - 8080:80

View file

@ -16,7 +16,7 @@ services:
- POSTGRES_USER=nextcloud - POSTGRES_USER=nextcloud
nc: nc:
image: nextcloud:28.0.2-apache image: nextcloud:28.0.3-apache
restart: always restart: always
ports: ports:
- 8080:80 - 8080:80

View file

@ -2,7 +2,7 @@ version: '2'
services: services:
nc: nc:
image: nextcloud:28.0.2-apache image: nextcloud:28.0.3-apache
restart: always restart: always
ports: ports:
- 8080:80 - 8080:80