mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-16 16:14:47 +02:00
replace build image with bind mount
Signed-off-by: SebastianRzk <github@sebastianruziczka.de>
This commit is contained in:
parent
65138b6d22
commit
b6c983426c
12 changed files with 8 additions and 16 deletions
|
@ -33,10 +33,11 @@ services:
|
|||
- redis
|
||||
|
||||
web:
|
||||
build: ./web
|
||||
image: nginx:alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html:z,ro
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||
environment:
|
||||
- VIRTUAL_HOST=
|
||||
- LETSENCRYPT_HOST=
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
FROM nginx:alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
Loading…
Add table
Add a link
Reference in a new issue