add trustie.yml
This commit is contained in:
parent
dc778fb353
commit
69a71c2073
|
@ -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
|
Loading…
Reference in New Issue