common-settings.yml is now .yaml
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user