8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
services:
|
|
__REPO_NAME__:
|
|
image: __FULL_URL__:__BUILD_TAG__
|
|
container_name: __REPO_NAME__
|
|
restart: unless-stopped
|
|
__PORTS_BLOCK__
|
|
__ENV_BLOCK__
|
|
__VOL_BLOCK__ |