Skip to content

Commit 8b39450

Browse files
committed
fix: adjust tty settings for nginx service and update subproject commits
1 parent fe2daa6 commit 8b39450

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ services:
1616
- "./volumes/storage/nginx/ssl:/etc/letsencrypt"
1717
network_mode: host
1818
tty: true
19+
1920
nginx:
2021
image: bybatkhuu/nginx:3.2.0-251025
2122
depends_on:
@@ -34,5 +35,5 @@ services:
3435
- "./volumes/storage/nginx/configs/sites-enabled:/etc/nginx/sites-enabled"
3536
- "./volumes/storage/nginx/configs/templates:/etc/nginx/templates"
3637
network_mode: host
37-
tty: true
3838
command: ["--https=lets"]
39+
tty: true

0 commit comments

Comments
 (0)