Skip to content

Commit

Permalink
MMH-194 Address yml lint suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRajya committed Oct 31, 2024
1 parent 7fe465c commit 0f21685
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.disable-user-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ services:

webcsd:
environment:
- ApplicationOnSiteSettings__DisableUserAccessControl=true
- ApplicationOnSiteSettings__DisableUserAccessControl=true
2 changes: 1 addition & 1 deletion docker-compose.macromolecule-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ services:
environment:
- UnitCellDatabaseConfiguration__Databases__1__Name=pdb
- UnitCellDatabaseConfiguration__Databases__1__ReadConnectionString=${DB_CONNECTIONSTRING};SearchPath=pdb_cell_optimisation;Database=${CSD_DATABASE}
- UnitCellDatabaseConfiguration__Databases__1__WriteConnectionString=${DB_CONNECTIONSTRING};SearchPath=pdb_cell_optimisation;Database=${CSD_DATABASE}
- UnitCellDatabaseConfiguration__Databases__1__WriteConnectionString=${DB_CONNECTIONSTRING};SearchPath=pdb_cell_optimisation;Database=${CSD_DATABASE}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,4 +301,4 @@ services:
ccdc-csd-crystal-structure-export:
condition: service_healthy
logging:
driver: local
driver: local

0 comments on commit 0f21685

Please sign in to comment.