File: nginx.yaml

package info (click to toggle)
golang-github-containerd-nydus-snapshotter 0.13.4-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,824 kB
  • sloc: sh: 470; makefile: 129
file content (18 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
metadata:
  name: nginx

image:
  image: nginx:1.23.3

mounts:
  - host_path: script
    container_path: /script

command:
  - /script/entrypoint.sh

args:
 - /script/file_list.txt

log_path: nginx.0.log
linux: {}