Skip to content

0.2.0-RC3

Compare
Choose a tag to compare
@stormcat24 stormcat24 released this 28 Dec 07:54
· 115 commits to master since this release

Features

  • #71 support env_file
nginx:
    image: stormcat24/nginx:${NGINX_VERSION}
    ports:
        - 80:${NGINX_PORT}
    env_file:
        - ./test1.env
        - ../test2.env