最後活躍 1754911124

Create your own Website or Blog in seconds Simple, Fast, Secure, Flat-File CMS

emanuelegori's Avatar emanuelegori 已修改 1754911123. 還原成這個修訂版本

1 file changed, 20 insertions

docker-compose.yml(檔案已創建)

@@ -0,0 +1,20 @@
1 + services:
2 + bludit:
3 + image: bludit/docker:latest
4 + container_name: bludit
5 + volumes:
6 + - /home/debian/bludit:/usr/share/nginx/html/bl-content
7 + - /home/debian/bludit/bludit-themes:/var/www/bludit/custom-plugins
8 + - /home/debian/bludit/bludit-plugins:/var/www/bludit/custom-themes
9 + ports:
10 + - 6759:80
11 + environment:
12 + - TZ=Europe/Rome
13 + restart: unless-stopped
14 + networks:
15 + - npm-network
16 +
17 + networks:
18 + npm-network:
19 + name: npm-network
20 + external: true
上一頁 下一頁