Skip to content

Commit c1d1e51

Browse files
authored
Merge pull request #41 from bybatkhuu/dev
Dev
2 parents 8b39450 + 1711e43 commit c1d1e51

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
certbot:
3-
image: bybatkhuu/certbot:3.1.0-251025
3+
image: bybatkhuu/certbot:3.1.1-251025
44
restart: unless-stopped
55
environment:
66
- TERM=${TERM:-xterm}
@@ -16,9 +16,8 @@ services:
1616
- "./volumes/storage/nginx/ssl:/etc/letsencrypt"
1717
network_mode: host
1818
tty: true
19-
2019
nginx:
21-
image: bybatkhuu/nginx:3.2.0-251025
20+
image: bybatkhuu/nginx:3.2.1-251025
2221
depends_on:
2322
- certbot
2423
restart: unless-stopped

0 commit comments

Comments
 (0)