Image statt build bei dem Service web angegeben und alpine angehängt

This commit is contained in:
bmen 2019-09-14 15:57:36 +02:00
parent 1c18658e4c
commit 8f45ae5d14
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ services:
container_name: nextcloud
web:
build: nginx
image: nginx:alpine
restart: always
ports:
- 8080:80