Untitled
unknown
plain_text
2 years ago
318 B
5
Indexable
version: '2.0' networks: aio-network: external: true services: nginx: image: nginx:latest networks: - aio-network volumes: - ./stage-conf.d:/etc/nginx/conf.d container_name: aio_nginx restart: on-failure ports: - "80:80"
Editor is loading...