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 container_name: nextcloud
web: web:
build: ./web build: nginx:alpine
restart: always restart: always
ports: ports:
- 8080:80 - 8080:80