保安服务企业管理项目备份
1
guanqb
2024-01-02 f8fb4cfa9a1b164902cbb4a4e63eb81565f1fbe3
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