Skip to content

Commit

Permalink
Fixed mssql incorrect default container name
Browse files Browse the repository at this point in the history
  • Loading branch information
salverius-tech committed Apr 2, 2024
1 parent 744951d commit 7edf825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services-available/mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
mssql:
image: mcr.microsoft.com/mssql/server:${MSSQL_DOCKER_TAG:-2022-latest}
user: root # Required for container to correctly interact with the volume.
container_name: ${MSSQL_CONTAINER_NAME:-plex}
container_name: ${MSSQL_CONTAINER_NAME:-mssql}
restart: ${MSSQL_RESTART:-unless-stopped}
volumes:
- ${MSSQL_DB_DIR:-./media/databases/mssql}:/var/opt/mssql/data # paths will have to be researched futher
Expand Down

0 comments on commit 7edf825

Please sign in to comment.