diff --git a/docker-compose.template b/docker-compose.template index bd85083..2dd86ce 100644 --- a/docker-compose.template +++ b/docker-compose.template @@ -3,7 +3,6 @@ services: image: __FULL_URL__:__BUILD_TAG__ container_name: __REPO_NAME__ restart: unless-stopped - __PORTS_BLOCK__ - environment: +__PORTS_BLOCK__ __ENV_BLOCK__ __VOL_BLOCK__ \ No newline at end of file