Direkte Angabe zum image für nginx statt in web Verzeichnis auszulagern

This commit is contained in:
bmen 2019-09-14 15:52:34 +02:00
parent d30aed561e
commit 5eb2487243
1 changed files with 1 additions and 1 deletions

View File

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