had to add services as top property b/c of changes in the docker-compose configuraiton standard
This commit is contained in:
parent
331ea2afd2
commit
f8e3efc3da
1 changed files with 14 additions and 11 deletions
|
|
@ -1,4 +1,7 @@
|
||||||
{{ docker_service_name }}:
|
version: "2.3.3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
{{ docker_service_name }}:
|
||||||
image: {{ docker_database_image }}
|
image: {{ docker_database_image }}
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue