AF
nginx:
image: nginx:1.16.1-alpine
command: ["nginx", "-g", "daemon off;", "nginx", "-s", "reload" ]
Size: a a a
AF
nginx:
image: nginx:1.16.1-alpine
command: ["nginx", "-g", "daemon off;", "nginx", "-s", "reload" ]
AG
nginx:
image: nginx:1.16.1-alpine
command: ["nginx", "-g", "daemon off;", "nginx", "-s", "reload" ]
AF
nginx:
image: nginx:1.16.1-alpine
command: ["nginx", "-g", "daemon off;", "nginx", "-s", "reload" ]
AF
СЛ
AF
СЛ
AF
AF
Д
СЛ
AF
AF
AF
GG
СЛ
nginx:
image: nginx:1.16.1-alpine
# command: ["nginx", "-g", "daemon off;", "nginx", "-s", "reload" ]
# command: [ nginx", "-s", "reload" ]
command: nginx -g daemon "off"; nginx -s reload
restart: always
# volumes:
# - ./nginx.conf:/etc/nginx/nginx.conf:ro
ports:
- "2ad0:80"
GG
GG
nginx:
image: nginx:1.16.1-alpine
# command: ["nginx", "-g", "daemon off;", "nginx", "-s", "reload" ]
# command: [ nginx", "-s", "reload" ]
command: nginx -g daemon "off"; nginx -s reload
restart: always
# volumes:
# - ./nginx.conf:/etc/nginx/nginx.conf:ro
ports:
- "2ad0:80"
entrypoint: ["/bin/sh", "-c", "nginx -g daemon \"off\"; nginx -s reload"]
GG