common-settings.yml is now .yaml
This commit is contained in:
parent
20d303e79a
commit
ffaf43e56f
@ -15,7 +15,7 @@ services:
|
||||
soft: ${ULIMIT_NPROC-65535}
|
||||
hard: ${ULIMIT_NPROC-65535}
|
||||
extends:
|
||||
file: common-settings.yml
|
||||
file: common-settings.yaml
|
||||
service: common-settings
|
||||
ports:
|
||||
# - "8080:80"
|
||||
@ -47,7 +47,7 @@ services:
|
||||
soft: ${ULIMIT_NPROC-65535}
|
||||
hard: ${ULIMIT_NPROC-65535}
|
||||
extends:
|
||||
file: common-settings.yml
|
||||
file: common-settings.yaml
|
||||
service: common-settings
|
||||
ports:
|
||||
# - "8080:80"
|
||||
|
@ -11,7 +11,7 @@ services:
|
||||
soft: ${ULIMIT_NPROC-65535}
|
||||
hard: ${ULIMIT_NPROC-65535}
|
||||
extends:
|
||||
file: common-settings.yml
|
||||
file: common-settings.yaml
|
||||
service: common-settings
|
||||
ports:
|
||||
# - "8080:80"
|
||||
|
@ -36,7 +36,7 @@ services:
|
||||
soft: ${ULIMIT_NPROC-65535}
|
||||
hard: ${ULIMIT_NPROC-65535}
|
||||
extends:
|
||||
file: common-settings.yml
|
||||
file: common-settings.yaml
|
||||
service: common-settings
|
||||
ports:
|
||||
# - "8080:80"
|
||||
@ -63,7 +63,7 @@ services:
|
||||
soft: ${ULIMIT_NPROC-65535}
|
||||
hard: ${ULIMIT_NPROC-65535}
|
||||
extends:
|
||||
file: common-settings.yml
|
||||
file: common-settings.yaml
|
||||
service: common-settings
|
||||
ports:
|
||||
# - "8080:80"
|
||||
|
Loading…
x
Reference in New Issue
Block a user