Skip to content

Commit

Permalink
Remove trailing '"' -__-
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Jun 24, 2024
1 parent 8ccf4ca commit 3c0b9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publication/docker-compose.swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
- CANTALOUPE_URL=http://cantaloupe:8182
- COUCHDB_ADMIN_NAME=${COUCHDB_ADMIN_NAME}
- COUCHDB_ADMIN_PASSWORD=${COUCHDB_ADMIN_PASSWORD}
- OPENSEARCH_ADMIN_PASSWORD=${OPENSEARCH_ADMIN_PASSWORD}"
- OPENSEARCH_ADMIN_PASSWORD=${OPENSEARCH_ADMIN_PASSWORD}
depends_on:
- "couchdb"
- "opensearch"
Expand Down

0 comments on commit 3c0b9ea

Please sign in to comment.