Skip to content

Commit 339e294

Browse files
committed
docs: fix nginx override example
1 parent 7ef5189 commit 339e294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
- ./mydata:/label-studio/data:rw
2020
- ./deploy/nginx/certs:/certs:ro
2121
# Optional: Override nginx default conf
22-
# - ./deploy/nginx/default.conf:/label-studio/deploy/nginx/default.conf
22+
# - ./deploy/my.conf:/etc/nginx/nginx.conf
2323
command: nginx
2424

2525
app:

0 commit comments

Comments
 (0)