You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# docker-compose.override.yml is used to set up local configuration environment
|
|
# Things like the external ports to use or secrets/passwords depend on the
|
|
# specific deployment environment you might be using.
|
|
# Further details and docs: https://docs.docker.com/compose/extends/
|
|
#
|
|
|
|
version: '2'
|
|
|
|
services:
|
|
|
|
sql.data:
|
|
environment:
|
|
- SA_PASSWORD=Pass@word
|
|
- ACCEPT_EULA=Y
|
|
ports:
|
|
- "5433:1433"
|