add trustie.yml

This commit is contained in:
yangzhang 2019-10-23 09:05:30 +08:00
parent dc778fb353
commit 69a71c2073
1 changed files with 12 additions and 0 deletions

12
trustie.yml Normal file
View File

@ -0,0 +1,12 @@
version: '2'
services:
front-end:
image: socksshop/front-end:latest
ports:
- '8079:8079'
hostname: front-end
restart: always
cap_drop:
- all
read_only: true