mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-19 18:36:09 +02:00
Update .examples/docker-compose/insecure/mariadb/fpm/compose.yaml
Co-authored-by: J0WI <J0WI@users.noreply.github.com> Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
parent
3da9abd023
commit
b794772eee
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ services:
|
|||
# Note: Nginx is an external service. You can find more information about the configuration here:
|
||||
# https://hub.docker.com/_/nginx/
|
||||
web:
|
||||
image: nginx:alpine
|
||||
image: nginx:alpine-slim
|
||||
restart: always
|
||||
ports:
|
||||
- 127.0.0.1:8080:80
|
||||
|
|
Loading…
Add table
Reference in a new issue