Skip to content

Commit d3e231e

Browse files
committed
🎉 Initial Commit
Signed-off-by: Teakowa <27560638+Teakowa@users.noreply.github.com>
1 parent 87d3f9c commit d3e231e

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

‎docker-compose.yml‎

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: '3.7'
2+
3+
services:
4+
nginx:
5+
image: fspnetwork/gallerix:latest
6+
hostname: nginx
7+
dns: 8.8.8.8
8+
environment:
9+
- TZ=Asia/Shanghai
10+
- ENABLE_CRONTAB=true
11+
ports:
12+
- target: 80
13+
published: 80
14+
mode: host
15+
- target: 443
16+
published: 8443
17+
mode: host
18+
volumes:
19+
- /var/log/nginx:/var/log/nginx:rw
20+
- /etc/ssl/xray/ssl:/etc/nginx/ssl:rw

0 commit comments

Comments
 (0)