保安服务企业管理项目备份
1
guanqb
2024-01-02 6c45d85592d2db76d78a2ded2613408d2c6579ee
1
2
3
4
5
6
7
8
9
10
version: '3.1'
services:
  nginx:
    image: nginx:1.9.0
    ports:
      - "8108:80"
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - nginx.conf:/etc/nginx/nginx.conf
    restart: always