Skip to content

Commit 0c3035e

Browse files
committed
chore: update nginx build instructions
Make compatible with newest nginx Dockerfile Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent e87ad2a commit 0c3035e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ services:
6262
- host.docker.internal:host-gateway
6363
nginx:
6464
image: ghcr.io/librecodecoop/nextcloud-dev-nginx:latest
65-
# build: .docker/nginx
65+
# build:
66+
# context: .docker
67+
# dockerfile: Dockerfile.nginx
6668
restart: unless-stopped
6769
volumes:
6870
- ./volumes/nextcloud:/var/www/html:ro

0 commit comments

Comments
 (0)